Html Css Color HEX #E72FAC Persian Rose

📋 copy color: '#E72FAC'

red 231 ◦ green 47 ◦ blue 172

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

Shades of Persian Rose #E72FAC

Tints of Persian Rose #E72FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.44%

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 51.33%
G = 10.44%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E72FAC (or 0xE72FAC) is known color: Persian Rose. HEX triplet: E7, 2F and AC. RGB value is (231,47,172). Sum of RGB (Red+Green+Blue) = 231+47+172=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E72FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72FAC is #18D053. Grayscale: #737373. Windows color (decimal): -1626196 or 11284455. OLE color: 11284455.

HSL color Cylindrical-coordinate representation of color #E72FAC: hue angle of 319.24º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72FAC is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 47 172 -
CMYK 0 0.80 0.26 0.09
HSL 319.24º 0.79% 0.55% -
HSV(B) 319.24º 0.8% 0.91% -
XYZ 41.42 22 41.09 -
YUV 116.27 159.46 209.84 -
System Red Green Blue C M Y K H S L
Decimal 231 47 172 0 0.80 0.26 0.09 319.24 0.79 0.55
Hex E7 2F AC 0 50 1A 9 13F 4F 37
Octal 347 57 254 0 120 32 11 477 117 67
Binary 11100111 101111 10101100 0 1010000 11010 1001 100111111 1001111 110111

Color Harmonies of #E72FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72FAC

Black with #E72FAC

Text Example


Text Example

White with #E72FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72FAC; }

 p { color: rgb(231,47,172); }

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

background-color css

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

 a { background-color: rgb(231,47,172); }

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

border-color css

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

 span { border-color: rgb(231,47,172); }

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