#ea2cce

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

Shades of Razzle Dazzle Rose #EA2CCE

Tints of Razzle Dazzle Rose #EA2CCE

Color information

#EA2CCE (or 0xEA2CCE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 2C and CE. RGB value is (234,44,206). Sum of RGB (Red+Green+Blue) = 234+44+206=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2CCE is #15D331. Grayscale: #767676. Windows color (decimal): -1430322 or 13511914. OLE color: 13511914.

HSL color Cylindrical-coordinate representation of color #EA2CCE: hue angle of 308.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2CCE is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB23444206-
CMYK00.810.120.08
HSL308.84º81.9%54.51%-
HSV(B)308.84º81.2%91.76%-
XYZ45.9723.7560.55-
YUV119.28176.95209.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 44 (17.58% from 255) = 9.09%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=48.35%
G=9.09%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344420600.810.120.08308.8481.954.51
HexEA2CCE051C81355237
Octal352543160121141046512267
Binary111010101011001100111001010001110010001001101011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea2cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea2cce; }

 p { color: rgb(234,44,206); }

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

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

 a { background-color: rgb(234,44,206); }

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

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

 span { border-color: rgb(234,44,206); }

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