#EA36C1

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

Shades of Razzle Dazzle Rose #EA36C1

Tints of Razzle Dazzle Rose #EA36C1

Color information

#EA36C1 (or 0xEA36C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 36 and C1. RGB value is (234,54,193). Sum of RGB (Red+Green+Blue) = 234+54+193=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA36C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA36C1 is #15C93E. Grayscale: #7B7B7B. Windows color (decimal): -1427775 or 12662506. OLE color: 12662506.

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

Color convert

RGB23454193-
CMYK00.770.180.08
HSL313.67º81.08%56.47%-
HSV(B)313.67º76.92%91.76%-
XYZ44.8823.9852.72-
YUV123.67167.13206.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.65%
GREEN value IS 54 (21.48% from 255) = 11.23%
BLUE value IS 193 (75.78% from 255) = 40.12%
R=48.65%
G=11.23%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345419300.770.180.08313.6781.0856.47
HexEA36C104D12813a5138
Octal352663010115221047212170
Binary1110101011011011000001010011011001010001001110101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA36C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA36C1; }

 p { color: rgb(234,54,193); }

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

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

 a { background-color: rgb(234,54,193); }

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

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

 span { border-color: rgb(234,54,193); }

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