#EA3AB6

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

Shades of Razzle Dazzle Rose #EA3AB6

Tints of Razzle Dazzle Rose #EA3AB6

Color information

#EA3AB6 (or 0xEA3AB6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 3A and B6. RGB value is (234,58,182). Sum of RGB (Red+Green+Blue) = 234+58+182=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3AB6 is #15C549. Grayscale: #7C7C7C. Windows color (decimal): -1426762 or 11942634. OLE color: 11942634.

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

Color convert

RGB23458182-
CMYK00.750.220.08
HSL317.73º80.73%57.25%-
HSV(B)317.73º75.21%91.76%-
XYZ43.8923.946.56-
YUV124.76160.31205.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.37%
GREEN value IS 58 (23.05% from 255) = 12.24%
BLUE value IS 182 (71.48% from 255) = 38.40%
R=49.37%
G=12.24%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345818200.750.220.08317.7380.7357.25
HexEA3AB604B16813e5139
Octal352722660113261047612171
Binary1110101011101010110110010010111011010001001111101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3AB6; }

 p { color: rgb(234,58,182); }

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

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

 a { background-color: rgb(234,58,182); }

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

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

 span { border-color: rgb(234,58,182); }

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