#EE2CE3

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

Shades of Razzle Dazzle Rose #EE2CE3

Tints of Razzle Dazzle Rose #EE2CE3

Color information

#EE2CE3 (or 0xEE2CE3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 2C and E3. RGB value is (238,44,227). Sum of RGB (Red+Green+Blue) = 238+44+227=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 44 (17.58% from 255 or 8.64% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2CE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2CE3 is #11D31C. Grayscale: #7A7A7A. Windows color (decimal): -1168157 or 14888174. OLE color: 14888174.

HSL color Cylindrical-coordinate representation of color #EE2CE3: hue angle of 303.4º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2CE3 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB23844227-
CMYK00.820.050.07
HSL303.4º85.09%55.29%-
HSV(B)303.4º81.51%93.33%-
XYZ50.0325.5274.96-
YUV122.87186.77210.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.76%
GREEN value IS 44 (17.58% from 255) = 8.64%
BLUE value IS 227 (89.06% from 255) = 44.60%
R=46.76%
G=8.64%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2384422700.820.050.07303.485.0955.29
HexEE2CE30525712f5537
Octal3565434301225745712567
Binary1110111010110011100011010100101011111001011111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2CE3; }

 p { color: rgb(238,44,227); }

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

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

 a { background-color: rgb(238,44,227); }

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

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

 span { border-color: rgb(238,44,227); }

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