#EA36B9

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

Shades of Razzle Dazzle Rose #EA36B9

Tints of Razzle Dazzle Rose #EA36B9

Color information

#EA36B9 (or 0xEA36B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 36 and B9. RGB value is (234,54,185). Sum of RGB (Red+Green+Blue) = 234+54+185=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA36B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA36B9 is #15C946. Grayscale: #7A7A7A. Windows color (decimal): -1427783 or 12138218. OLE color: 12138218.

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

Color convert

RGB23454185-
CMYK00.770.210.08
HSL316.33º81.08%56.47%-
HSV(B)316.33º76.92%91.76%-
XYZ44.0123.6348.14-
YUV122.75163.13207.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 54 (21.48% from 255) = 11.42%
BLUE value IS 185 (72.66% from 255) = 39.11%
R=49.47%
G=11.42%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345418500.770.210.08316.3381.0856.47
HexEA36B904D15813c5138
Octal352662710115251047412170
Binary1110101011011010111001010011011010110001001111001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA36B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA36B9; }

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

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

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

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

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

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

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

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