#EE55A2

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

Shades of Brilliant Rose #EE55A2

Tints of Brilliant Rose #EE55A2

Color information

#EE55A2 (or 0xEE55A2) is unknown color: approx Brilliant Rose. HEX triplet: EE, 55 and A2. RGB value is (238,85,162). Sum of RGB (Red+Green+Blue) = 238+85+162=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE55A2 is #11AA5D. Grayscale: #8B8B8B. Windows color (decimal): -1157726 or 10638830. OLE color: 10638830.

HSL color Cylindrical-coordinate representation of color #EE55A2: hue angle of 329.8º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE55A2 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB23885162-
CMYK00.640.320.07
HSL329.8º81.82%63.33%-
HSV(B)329.8º64.29%93.33%-
XYZ45.0327.2837.08-
YUV139.52140.69198.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.07%
GREEN value IS 85 (33.59% from 255) = 17.53%
BLUE value IS 162 (63.67% from 255) = 33.40%
R=49.07%
G=17.53%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388516200.640.320.07329.881.8263.33
HexEE55A204020714a523f
Octal356125242010040751212277
Binary11101110101010110100010010000001000001111010010101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE55A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE55A2; }

 p { color: rgb(238,85,162); }

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

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

 a { background-color: rgb(238,85,162); }

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

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

 span { border-color: rgb(238,85,162); }

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