Html Css Color HEX #EA2FAA Persian Rose

📋 copy color: '#EA2FAA'

red 234 ◦ green 47 ◦ blue 170

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

Shades of Persian Rose #EA2FAA

Tints of Persian Rose #EA2FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.42%

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

R = 51.88%
G = 10.42%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA2FAA (or 0xEA2FAA) is known color: Persian Rose. HEX triplet: EA, 2F and AA. RGB value is (234,47,170). Sum of RGB (Red+Green+Blue) = 234+47+170=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2FAA is #15D055. Grayscale: #747474. Windows color (decimal): -1429590 or 11153386. OLE color: 11153386.

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

Color convert

RGB 234 47 170 -
CMYK 0 0.80 0.27 0.08
HSL 320.53º 0.82% 0.55% -
HSV(B) 320.53º 0.8% 0.92% -
XYZ 42.2 22.43 40.13 -
YUV 116.94 157.95 211.5 -
System Red Green Blue C M Y K H S L
Decimal 234 47 170 0 0.80 0.27 0.08 320.53 0.82 0.55
Hex EA 2F AA 0 50 1B 8 141 52 37
Octal 352 57 252 0 120 33 10 501 122 67
Binary 11101010 101111 10101010 0 1010000 11011 1000 101000001 1010010 110111

Color Harmonies of #EA2FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2FAA

Black with #EA2FAA

Text Example


Text Example

White with #EA2FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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