#EE55A4

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

Shades of Brilliant Rose #EE55A4

Tints of Brilliant Rose #EE55A4

Color information

#EE55A4 (or 0xEE55A4) is unknown color: approx Brilliant Rose. HEX triplet: EE, 55 and A4. RGB value is (238,85,164). Sum of RGB (Red+Green+Blue) = 238+85+164=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE55A4 is #11AA5B. Grayscale: #8B8B8B. Windows color (decimal): -1157724 or 10769902. OLE color: 10769902.

HSL color Cylindrical-coordinate representation of color #EE55A4: hue angle of 329.02º 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 #EE55A4 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB23885164-
CMYK00.640.310.07
HSL329.02º81.82%63.33%-
HSV(B)329.02º64.29%93.33%-
XYZ45.2127.3538.02-
YUV139.75141.69198.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.87%
GREEN value IS 85 (33.59% from 255) = 17.45%
BLUE value IS 164 (64.45% from 255) = 33.68%
R=48.87%
G=17.45%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388516400.640.310.07329.0281.8263.33
HexEE55A40401F7149523f
Octal356125244010037751112277
Binary1110111010101011010010001000000111111111010010011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE55A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE55A4; }

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

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

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

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

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

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

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

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