Html Css Color HEX #E72BA4 Persian Rose

📋 copy color: '#E72BA4'

red 231 ◦ green 43 ◦ blue 164

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

Shades of Persian Rose #E72BA4

Tints of Persian Rose #E72BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.44%

R = 52.74%
G = 9.82%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E72BA4 (or 0xE72BA4) is known color: Persian Rose. HEX triplet: E7, 2B and A4. RGB value is (231,43,164). Sum of RGB (Red+Green+Blue) = 231+43+164=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E72BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72BA4 is #18D45B. Grayscale: #707070. Windows color (decimal): -1627228 or 10759143. OLE color: 10759143.

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

Color convert

RGB 231 43 164 -
CMYK 0 0.81 0.29 0.09
HSL 321.38º 0.8% 0.54% -
HSV(B) 321.38º 0.81% 0.91% -
XYZ 40.52 21.4 37.12 -
YUV 113.01 156.78 212.16 -
System Red Green Blue C M Y K H S L
Decimal 231 43 164 0 0.81 0.29 0.09 321.38 0.8 0.54
Hex E7 2B A4 0 51 1D 9 141 50 36
Octal 347 53 244 0 121 35 11 501 120 66
Binary 11100111 101011 10100100 0 1010001 11101 1001 101000001 1010000 110110

Color Harmonies of #E72BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72BA4

Black with #E72BA4

Text Example


Text Example

White with #E72BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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