#ED639F

Color #ED639F Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #ED639F

Tints of Brilliant Rose #ED639F

Color information

#ED639F (or 0xED639F) is unknown color: approx Brilliant Rose. HEX triplet: ED, 63 and 9F. RGB value is (237,99,159). Sum of RGB (Red+Green+Blue) = 237+99+159=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED639F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED639F is #129C60. Grayscale: #939393. Windows color (decimal): -1219681 or 10445805. OLE color: 10445805.

HSL color Cylindrical-coordinate representation of color #ED639F: hue angle of 333.91º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED639F is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB23799159-
CMYK00.580.330.07
HSL333.91º79.31%65.88%-
HSV(B)333.91º58.23%92.94%-
XYZ45.6429.4336.08-
YUV147.1134.72192.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 99 (39.06% from 255) = 20%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=47.88%
G=20%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379915900.580.330.07333.9179.3165.88
HexED639F03A21714e4f42
Octal355143237072417516117102
Binary11101101110001110011111011101010000111110100111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED639F; }

 p { color: rgb(237,99,159); }

 H1.HeaderClassName
 {
   color: #ED639F;
 }
 .AnyTagClassName
 {
   color: #ED639F;
 }
</style>
background-color css

<style>
 a { background-color: #ED639F; }

 a { background-color: rgb(237,99,159); }

 div.DivClassName
 {
   background-color: #ED639F;
 }
 .BgClassName
 {
   background-color: #ED639F;
 }
</style>
border-color css

<style>
 span { border-color: #ED639F; }

 span { border-color: rgb(237,99,159); }

 td.TdClassName
 {
   border-color: #ED639F;
 }
 .TagClassName
 {
   border-color: #ED639F;
 }
</style>