#EE3CDA

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

Shades of Razzle Dazzle Rose #EE3CDA

Tints of Razzle Dazzle Rose #EE3CDA

Color information

#EE3CDA (or 0xEE3CDA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 3C and DA. RGB value is (238,60,218). Sum of RGB (Red+Green+Blue) = 238+60+218=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 60 (23.83% from 255 or 11.63% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3CDA is #11C325. Grayscale: #828282. Windows color (decimal): -1164070 or 14302446. OLE color: 14302446.

HSL color Cylindrical-coordinate representation of color #EE3CDA: hue angle of 306.74º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3CDA is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB23860218-
CMYK00.750.080.07
HSL306.74º83.96%58.43%-
HSV(B)306.74º74.79%93.33%-
XYZ49.5326.4768.83-
YUV131.23176.97204.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.12%
GREEN value IS 60 (23.83% from 255) = 11.63%
BLUE value IS 218 (85.55% from 255) = 42.25%
R=46.12%
G=11.63%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386021800.750.080.07306.7483.9658.43
HexEE3CDA04B87133543a
Octal35674332011310746312472
Binary11101110111100110110100100101110001111001100111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3CDA; }

 p { color: rgb(238,60,218); }

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

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

 a { background-color: rgb(238,60,218); }

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

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

 span { border-color: rgb(238,60,218); }

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