Html Css Color HEX #E72DAE Persian Rose

📋 copy color: '#E72DAE'

red 231 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #E72DAE

Tints of Persian Rose #E72DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10%

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

R = 51.33%
G = 10%
B = 38.67%

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

#E72DAE (or 0xE72DAE) is known color: Persian Rose. HEX triplet: E7, 2D and AE. RGB value is (231,45,174). Sum of RGB (Red+Green+Blue) = 231+45+174=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E72DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72DAE is #18D251. Grayscale: #727272. Windows color (decimal): -1626706 or 11415015. OLE color: 11415015.

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

Color convert

RGB 231 45 174 -
CMYK 0 0.81 0.25 0.09
HSL 318.39º 0.79% 0.54% -
HSV(B) 318.39º 0.81% 0.91% -
XYZ 41.53 21.92 42.09 -
YUV 115.32 161.12 210.51 -
System Red Green Blue C M Y K H S L
Decimal 231 45 174 0 0.81 0.25 0.09 318.39 0.79 0.54
Hex E7 2D AE 0 51 19 9 13E 4F 36
Octal 347 55 256 0 121 31 11 476 117 66
Binary 11100111 101101 10101110 0 1010001 11001 1001 100111110 1001111 110110

Color Harmonies of #E72DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72DAE

Black with #E72DAE

Text Example


Text Example

White with #E72DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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