#EA34AA

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

Shades of Persian Rose #EA34AA

Tints of Persian Rose #EA34AA

Color information

#EA34AA (or 0xEA34AA) is unknown color: approx Persian Rose. HEX triplet: EA, 34 and AA. RGB value is (234,52,170). Sum of RGB (Red+Green+Blue) = 234+52+170=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA34AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA34AA is #15CB55. Grayscale: #777777. Windows color (decimal): -1428310 or 11154666. OLE color: 11154666.

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

Color convert

RGB23452170-
CMYK00.780.270.08
HSL321.1º81.25%56.08%-
HSV(B)321.1º77.78%91.76%-
XYZ42.4222.8540.21-
YUV119.87156.3209.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 52 (20.70% from 255) = 11.40%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=51.32%
G=11.40%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345217000.780.270.08321.181.2556.08
HexEA34AA04E1B81415138
Octal352642520116331050112170
Binary1110101011010010101010010011101101110001010000011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA34AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA34AA; }

 p { color: rgb(234,52,170); }

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

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

 a { background-color: rgb(234,52,170); }

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

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

 span { border-color: rgb(234,52,170); }

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