#EE43D2

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

Shades of Razzle Dazzle Rose #EE43D2

Tints of Razzle Dazzle Rose #EE43D2

Color information

#EE43D2 (or 0xEE43D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 43 and D2. RGB value is (238,67,210). Sum of RGB (Red+Green+Blue) = 238+67+210=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 67 (26.56% from 255 or 13.01% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE43D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE43D2 is #11BC2D. Grayscale: #868686. Windows color (decimal): -1162286 or 13779950. OLE color: 13779950.

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

Color convert

RGB23867210-
CMYK00.720.120.07
HSL309.82º83.41%59.8%-
HSV(B)309.82º71.85%93.33%-
XYZ48.926.8463.58-
YUV134.43170.65201.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.21%
GREEN value IS 67 (26.56% from 255) = 13.01%
BLUE value IS 210 (82.42% from 255) = 40.78%
R=46.21%
G=13.01%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386721000.720.120.07309.8283.4159.8
HexEE43D2048C7136533c
Octal356103322011014746612374
Binary111011101000011110100100100100011001111001101101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE43D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE43D2; }

 p { color: rgb(238,67,210); }

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

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

 a { background-color: rgb(238,67,210); }

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

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

 span { border-color: rgb(238,67,210); }

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