Html Css Color HEX #E72CAA Persian Rose

📋 copy color: '#E72CAA'

red 231 ◦ green 44 ◦ blue 170

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

Shades of Persian Rose #E72CAA

Tints of Persian Rose #E72CAA

RGB

 RED value IS 231 (90.63% from 255) = 51.91%

 GREEN value IS 44 (17.58% from 255) = 9.89%

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

R = 51.91%
G = 9.89%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E72CAA (or 0xE72CAA) is known color: Persian Rose. HEX triplet: E7, 2C and AA. RGB value is (231,44,170). Sum of RGB (Red+Green+Blue) = 231+44+170=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E72CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72CAA is #18D355. Grayscale: #717171. Windows color (decimal): -1626966 or 11152615. OLE color: 11152615.

HSL color Cylindrical-coordinate representation of color #E72CAA: hue angle of 319.57º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72CAA is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 44 170 -
CMYK 0 0.81 0.26 0.09
HSL 319.57º 0.8% 0.54% -
HSV(B) 319.57º 0.81% 0.91% -
XYZ 41.11 21.69 40.05 -
YUV 114.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 231 44 170 0 0.81 0.26 0.09 319.57 0.8 0.54
Hex E7 2C AA 0 51 1A 9 140 50 36
Octal 347 54 252 0 121 32 11 500 120 66
Binary 11100111 101100 10101010 0 1010001 11010 1001 101000000 1010000 110110

Color Harmonies of #E72CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72CAA

Black with #E72CAA

Text Example


Text Example

White with #E72CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72CAA; }

 p { color: rgb(231,44,170); }

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

background-color css

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

 a { background-color: rgb(231,44,170); }

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

border-color css

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

 span { border-color: rgb(231,44,170); }

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