#EE629E

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

Shades of Brilliant Rose #EE629E

Tints of Brilliant Rose #EE629E

Color information

#EE629E (or 0xEE629E) is unknown color: approx Brilliant Rose. HEX triplet: EE, 62 and 9E. RGB value is (238,98,158). Sum of RGB (Red+Green+Blue) = 238+98+158=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE629E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE629E is #119D61. Grayscale: #929292. Windows color (decimal): -1154402 or 10380014. OLE color: 10380014.

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

Color convert

RGB23898158-
CMYK00.590.340.07
HSL334.29º80.46%65.88%-
HSV(B)334.29º58.82%93.33%-
XYZ45.829.3835.6-
YUV146.7134.38193.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.18%
GREEN value IS 98 (38.67% from 255) = 19.84%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=48.18%
G=19.84%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389815800.590.340.07334.2980.4665.88
HexEE629E03B22714e5042
Octal356142236073427516120102
Binary11101110110001010011110011101110001011110100111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE629E; }

 p { color: rgb(238,98,158); }

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

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

 a { background-color: rgb(238,98,158); }

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

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

 span { border-color: rgb(238,98,158); }

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