#EA2ACD

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

Shades of Razzle Dazzle Rose #EA2ACD

Tints of Razzle Dazzle Rose #EA2ACD

Color information

#EA2ACD (or 0xEA2ACD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 2A and CD. RGB value is (234,42,205). Sum of RGB (Red+Green+Blue) = 234+42+205=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 42 (16.80% from 255 or 8.73% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2ACD is #15D532. Grayscale: #757575. Windows color (decimal): -1430835 or 13445866. OLE color: 13445866.

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

Color convert

RGB23442205-
CMYK00.820.120.08
HSL309.06º82.05%54.12%-
HSV(B)309.06º82.05%91.76%-
XYZ45.7823.5659.89-
YUV117.99177.11210.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.65%
GREEN value IS 42 (16.80% from 255) = 8.73%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=48.65%
G=8.73%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344220500.820.120.08309.0682.0554.12
HexEA2ACD052C81355236
Octal352523150122141046512266
Binary111010101010101100110101010010110010001001101011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2ACD; }

 p { color: rgb(234,42,205); }

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

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

 a { background-color: rgb(234,42,205); }

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

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

 span { border-color: rgb(234,42,205); }

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