Html Css Color HEX #E72BAA Persian Rose

📋 copy color: '#E72BAA'

red 231 ◦ green 43 ◦ blue 170

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

Shades of Persian Rose #E72BAA

Tints of Persian Rose #E72BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.68%

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

R = 52.03%
G = 9.68%
B = 38.29%

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

#E72BAA (or 0xE72BAA) is known color: Persian Rose. HEX triplet: E7, 2B and AA. RGB value is (231,43,170). Sum of RGB (Red+Green+Blue) = 231+43+170=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E72BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72BAA is #18D455. Grayscale: #717171. Windows color (decimal): -1627222 or 11152359. OLE color: 11152359.

HSL color Cylindrical-coordinate representation of color #E72BAA: hue angle of 319.47º 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 #E72BAA is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 43 170 -
CMYK 0 0.81 0.26 0.09
HSL 319.47º 0.8% 0.54% -
HSV(B) 319.47º 0.81% 0.91% -
XYZ 41.07 21.62 40.04 -
YUV 113.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 231 43 170 0 0.81 0.26 0.09 319.47 0.8 0.54
Hex E7 2B AA 0 51 1A 9 13F 50 36
Octal 347 53 252 0 121 32 11 477 120 66
Binary 11100111 101011 10101010 0 1010001 11010 1001 100111111 1010000 110110

Color Harmonies of #E72BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72BAA

Black with #E72BAA

Text Example


Text Example

White with #E72BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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