Html Css Color HEX #EA27AA Persian Rose

📋 copy color: '#EA27AA'

red 234 ◦ green 39 ◦ blue 170

#EA27AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #EA27AA

Tints of Persian Rose #EA27AA

RGB

 RED value IS 234 (91.8% from 255) = 52.82%

 GREEN value IS 39 (15.63% from 255) = 8.8%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 52.82%
G = 8.8%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA27AA (or 0xEA27AA) is known color: Persian Rose. HEX triplet: EA, 27 and AA. RGB value is (234,39,170). Sum of RGB (Red+Green+Blue) = 234+39+170=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA27AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA27AA is #15D855. Grayscale: #6F6F6F. Windows color (decimal): -1431638 or 11151338. OLE color: 11151338.

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

Color convert

RGB 234 39 170 -
CMYK 0 0.83 0.27 0.08
HSL 319.69º 0.82% 0.54% -
HSV(B) 319.69º 0.83% 0.92% -
XYZ 41.91 21.85 40.04 -
YUV 112.24 160.6 214.85 -
System Red Green Blue C M Y K H S L
Decimal 234 39 170 0 0.83 0.27 0.08 319.69 0.82 0.54
Hex EA 27 AA 0 53 1B 8 140 52 36
Octal 352 47 252 0 123 33 10 500 122 66
Binary 11101010 100111 10101010 0 1010011 11011 1000 101000000 1010010 110110

Color Harmonies of #EA27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA27AA

Black with #EA27AA

Text Example


Text Example

White with #EA27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA27AA; }

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

 H1.HeaderClassName
 {
   color: #EA27AA;
 }
 .AnyTagClassName
 {
   color: #EA27AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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