#ea2dc4

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

Shades of Razzle Dazzle Rose #EA2DC4

Tints of Razzle Dazzle Rose #EA2DC4

Color information

#EA2DC4 (or 0xEA2DC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 2D and C4. RGB value is (234,45,196). Sum of RGB (Red+Green+Blue) = 234+45+196=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DC4 is #15D23B. Grayscale: #767676. Windows color (decimal): -1430076 or 12856810. OLE color: 12856810.

HSL color Cylindrical-coordinate representation of color #EA2DC4: hue angle of 312.06º 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 #EA2DC4 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB23445196-
CMYK00.810.160.08
HSL312.06º81.82%54.71%-
HSV(B)312.06º80.77%91.76%-
XYZ44.8323.3554.37-
YUV118.72171.62210.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 45 (17.97% from 255) = 9.47%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=49.26%
G=9.47%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344519600.810.160.08312.0681.8254.71
HexEA2DC40511081385237
Octal352553040121201047012267
Binary1110101010110111000100010100011000010001001110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea2dc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea2dc4; }

 p { color: rgb(234,45,196); }

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

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

 a { background-color: rgb(234,45,196); }

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

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

 span { border-color: rgb(234,45,196); }

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