#EA3AB2

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

Shades of Persian Rose #EA3AB2

Tints of Persian Rose #EA3AB2

Color information

#EA3AB2 (or 0xEA3AB2) is unknown color: approx Persian Rose. HEX triplet: EA, 3A and B2. RGB value is (234,58,178). Sum of RGB (Red+Green+Blue) = 234+58+178=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3AB2 is #15C54D. Grayscale: #7C7C7C. Windows color (decimal): -1426766 or 11680490. OLE color: 11680490.

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

Color convert

RGB23458178-
CMYK00.750.240.08
HSL319.09º80.73%57.25%-
HSV(B)319.09º75.21%91.76%-
XYZ43.4823.7344.41-
YUV124.3158.31206.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.79%
GREEN value IS 58 (23.05% from 255) = 12.34%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=49.79%
G=12.34%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345817800.750.240.08319.0980.7357.25
HexEA3AB204B18813f5139
Octal352722620113301047712171
Binary1110101011101010110010010010111100010001001111111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3AB2; }

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

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

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

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

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

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

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

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