#EE45B6

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

Shades of Razzle Dazzle Rose #EE45B6

Tints of Razzle Dazzle Rose #EE45B6

Color information

#EE45B6 (or 0xEE45B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 45 and B6. RGB value is (238,69,182). Sum of RGB (Red+Green+Blue) = 238+69+182=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE45B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE45B6 is #11BA49. Grayscale: #848484. Windows color (decimal): -1161802 or 11945454. OLE color: 11945454.

HSL color Cylindrical-coordinate representation of color #EE45B6: hue angle of 319.88º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE45B6 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB23869182-
CMYK00.710.240.07
HSL319.88º83.25%60.2%-
HSV(B)319.88º71.01%93.33%-
XYZ45.8325.8146.82-
YUV132.41155.99203.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.67%
GREEN value IS 69 (27.34% from 255) = 14.11%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=48.67%
G=14.11%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386918200.710.240.07319.8883.2560.2
HexEE45B6047187140533c
Octal356105266010730750012374
Binary1110111010001011011011001000111110001111010000001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE45B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE45B6; }

 p { color: rgb(238,69,182); }

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

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

 a { background-color: rgb(238,69,182); }

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

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

 span { border-color: rgb(238,69,182); }

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