#ee3cd7

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

Shades of Razzle Dazzle Rose #EE3CD7

Tints of Razzle Dazzle Rose #EE3CD7

Color information

#EE3CD7 (or 0xEE3CD7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 3C and D7. RGB value is (238,60,215). Sum of RGB (Red+Green+Blue) = 238+60+215=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 60 (23.83% from 255 or 11.70% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3CD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3CD7 is #11C328. Grayscale: #828282. Windows color (decimal): -1164073 or 14105838. OLE color: 14105838.

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

Color convert

RGB23860215-
CMYK00.750.100.07
HSL307.75º83.96%58.43%-
HSV(B)307.75º74.79%93.33%-
XYZ49.1426.3266.78-
YUV130.89175.47204.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.39%
GREEN value IS 60 (23.83% from 255) = 11.70%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=46.39%
G=11.70%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386021500.750.100.07307.7583.9658.43
HexEE3CD704BA7134543a
Octal35674327011312746412472
Binary11101110111100110101110100101110101111001101001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee3cd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee3cd7; }

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

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

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

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

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

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

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

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