Html Css Color HEX #EA31AA Persian Rose

📋 copy color: '#EA31AA'

red 234 ◦ green 49 ◦ blue 170

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

Shades of Persian Rose #EA31AA

Tints of Persian Rose #EA31AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.82%

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

R = 51.66%
G = 10.82%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA31AA (or 0xEA31AA) is known color: Persian Rose. HEX triplet: EA, 31 and AA. RGB value is (234,49,170). Sum of RGB (Red+Green+Blue) = 234+49+170=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA31AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA31AA is #15CE55. Grayscale: #757575. Windows color (decimal): -1429078 or 11153898. OLE color: 11153898.

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

Color convert

RGB 234 49 170 -
CMYK 0 0.79 0.27 0.08
HSL 320.76º 0.81% 0.55% -
HSV(B) 320.76º 0.79% 0.92% -
XYZ 42.29 22.59 40.16 -
YUV 118.11 157.29 210.66 -
System Red Green Blue C M Y K H S L
Decimal 234 49 170 0 0.79 0.27 0.08 320.76 0.81 0.55
Hex EA 31 AA 0 4F 1B 8 141 51 37
Octal 352 61 252 0 117 33 10 501 121 67
Binary 11101010 110001 10101010 0 1001111 11011 1000 101000001 1010001 110111

Color Harmonies of #EA31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA31AA

Black with #EA31AA

Text Example


Text Example

White with #EA31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA31AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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