#EE45B7

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

Shades of Razzle Dazzle Rose #EE45B7

Tints of Razzle Dazzle Rose #EE45B7

Color information

#EE45B7 (or 0xEE45B7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 45 and B7. RGB value is (238,69,183). Sum of RGB (Red+Green+Blue) = 238+69+183=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE45B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE45B7 is #11BA48. Grayscale: #848484. Windows color (decimal): -1161801 or 12010990. OLE color: 12010990.

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

Color convert

RGB23869183-
CMYK00.710.230.07
HSL319.53º83.25%60.2%-
HSV(B)319.53º71.01%93.33%-
XYZ45.9425.8547.37-
YUV132.53156.49203.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.57%
GREEN value IS 69 (27.34% from 255) = 14.08%
BLUE value IS 183 (71.88% from 255) = 37.35%
R=48.57%
G=14.08%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386918300.710.230.07319.5383.2560.2
HexEE45B7047177140533c
Octal356105267010727750012374
Binary1110111010001011011011101000111101111111010000001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE45B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE45B7; }

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

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

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

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

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

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

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

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