#EA42B3

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

Shades of Razzle Dazzle Rose #EA42B3

Tints of Razzle Dazzle Rose #EA42B3

Color information

#EA42B3 (or 0xEA42B3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 42 and B3. RGB value is (234,66,179). Sum of RGB (Red+Green+Blue) = 234+66+179=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA42B3 is #15BD4C. Grayscale: #808080. Windows color (decimal): -1424717 or 11748074. OLE color: 11748074.

HSL color Cylindrical-coordinate representation of color #EA42B3: hue angle of 319.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA42B3 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB23466179-
CMYK00.720.240.08
HSL319.64º80%58.82%-
HSV(B)319.64º71.79%91.76%-
XYZ44.0224.6445.08-
YUV129.11156.16202.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.85%
GREEN value IS 66 (26.17% from 255) = 13.78%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=48.85%
G=13.78%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346617900.720.240.08319.648058.82
HexEA42B3048188140503b
Octal3521022630110301050012073
Binary11101010100001010110011010010001100010001010000001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA42B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA42B3; }

 p { color: rgb(234,66,179); }

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

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

 a { background-color: rgb(234,66,179); }

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

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

 span { border-color: rgb(234,66,179); }

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