Html Css Color HEX #EA27A1 Persian Rose

📋 copy color: '#EA27A1'

red 234 ◦ green 39 ◦ blue 161

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

Shades of Persian Rose #EA27A1

Tints of Persian Rose #EA27A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.1%

R = 53.92%
G = 8.99%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA27A1 (or 0xEA27A1) is known color: Persian Rose. HEX triplet: EA, 27 and A1. RGB value is (234,39,161). Sum of RGB (Red+Green+Blue) = 234+39+161=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA27A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA27A1 is #15D85E. Grayscale: #6E6E6E. Windows color (decimal): -1431647 or 10561514. OLE color: 10561514.

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

Color convert

RGB 234 39 161 -
CMYK 0 0.83 0.31 0.08
HSL 322.46º 0.82% 0.54% -
HSV(B) 322.46º 0.83% 0.92% -
XYZ 41.09 21.52 35.71 -
YUV 111.21 156.1 215.58 -
System Red Green Blue C M Y K H S L
Decimal 234 39 161 0 0.83 0.31 0.08 322.46 0.82 0.54
Hex EA 27 A1 0 53 1F 8 142 52 36
Octal 352 47 241 0 123 37 10 502 122 66
Binary 11101010 100111 10100001 0 1010011 11111 1000 101000010 1010010 110110

Color Harmonies of #EA27A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA27A1

Black with #EA27A1

Text Example


Text Example

White with #EA27A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA27A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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