Html Css Color HEX #E72C9C Persian Rose

📋 copy color: '#E72C9C'

red 231 ◦ green 44 ◦ blue 156

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

Shades of Persian Rose #E72C9C

Tints of Persian Rose #E72C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 53.6%
G = 10.21%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E72C9C (or 0xE72C9C) is known color: Persian Rose. HEX triplet: E7, 2C and 9C. RGB value is (231,44,156). Sum of RGB (Red+Green+Blue) = 231+44+156=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72C9C is #18D363. Grayscale: #707070. Windows color (decimal): -1626980 or 10235111. OLE color: 10235111.

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

Color convert

RGB 231 44 156 -
CMYK 0 0.81 0.32 0.09
HSL 324.06º 0.8% 0.54% -
HSV(B) 324.06º 0.81% 0.91% -
XYZ 39.86 21.19 33.44 -
YUV 112.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 231 44 156 0 0.81 0.32 0.09 324.06 0.8 0.54
Hex E7 2C 9C 0 51 20 9 144 50 36
Octal 347 54 234 0 121 40 11 504 120 66
Binary 11100111 101100 10011100 0 1010001 100000 1001 101000100 1010000 110110

Color Harmonies of #E72C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72C9C

Black with #E72C9C

Text Example


Text Example

White with #E72C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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