Html Css Color HEX #E72CAE Persian Rose

📋 copy color: '#E72CAE'

red 231 ◦ green 44 ◦ blue 174

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

Shades of Persian Rose #E72CAE

Tints of Persian Rose #E72CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 51.45%
G = 9.8%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E72CAE (or 0xE72CAE) is known color: Persian Rose. HEX triplet: E7, 2C and AE. RGB value is (231,44,174). Sum of RGB (Red+Green+Blue) = 231+44+174=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E72CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72CAE is #18D351. Grayscale: #727272. Windows color (decimal): -1626962 or 11414759. OLE color: 11414759.

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

Color convert

RGB 231 44 174 -
CMYK 0 0.81 0.25 0.09
HSL 318.29º 0.8% 0.54% -
HSV(B) 318.29º 0.81% 0.91% -
XYZ 41.5 21.85 42.07 -
YUV 114.73 161.45 210.93 -
System Red Green Blue C M Y K H S L
Decimal 231 44 174 0 0.81 0.25 0.09 318.29 0.8 0.54
Hex E7 2C AE 0 51 19 9 13E 50 36
Octal 347 54 256 0 121 31 11 476 120 66
Binary 11100111 101100 10101110 0 1010001 11001 1001 100111110 1010000 110110

Color Harmonies of #E72CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72CAE

Black with #E72CAE

Text Example


Text Example

White with #E72CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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