Html Css Color HEX #EA27AB Persian Rose

📋 copy color: '#EA27AB'

red 234 ◦ green 39 ◦ blue 171

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

Shades of Persian Rose #EA27AB

Tints of Persian Rose #EA27AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 52.7%
G = 8.78%
B = 38.51%

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

#EA27AB (or 0xEA27AB) is known color: Persian Rose. HEX triplet: EA, 27 and AB. RGB value is (234,39,171). Sum of RGB (Red+Green+Blue) = 234+39+171=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA27AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA27AB is #15D854. Grayscale: #707070. Windows color (decimal): -1431637 or 11216874. OLE color: 11216874.

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

Color convert

RGB 234 39 171 -
CMYK 0 0.83 0.27 0.08
HSL 319.38º 0.82% 0.54% -
HSV(B) 319.38º 0.83% 0.92% -
XYZ 42.01 21.88 40.54 -
YUV 112.35 161.1 214.77 -
System Red Green Blue C M Y K H S L
Decimal 234 39 171 0 0.83 0.27 0.08 319.38 0.82 0.54
Hex EA 27 AB 0 53 1B 8 13F 52 36
Octal 352 47 253 0 123 33 10 477 122 66
Binary 11101010 100111 10101011 0 1010011 11011 1000 100111111 1010010 110110

Color Harmonies of #EA27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA27AB

Black with #EA27AB

Text Example


Text Example

White with #EA27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA27AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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