Html Css Color HEX #E72EAC Persian Rose

📋 copy color: '#E72EAC'

red 231 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #E72EAC

Tints of Persian Rose #E72EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.24%

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

R = 51.45%
G = 10.24%
B = 38.31%

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

#E72EAC (or 0xE72EAC) is known color: Persian Rose. HEX triplet: E7, 2E and AC. RGB value is (231,46,172). Sum of RGB (Red+Green+Blue) = 231+46+172=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E72EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72EAC is #18D153. Grayscale: #737373. Windows color (decimal): -1626452 or 11284199. OLE color: 11284199.

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

Color convert

RGB 231 46 172 -
CMYK 0 0.80 0.26 0.09
HSL 319.14º 0.79% 0.54% -
HSV(B) 319.14º 0.8% 0.91% -
XYZ 41.38 21.92 41.08 -
YUV 115.68 159.79 210.25 -
System Red Green Blue C M Y K H S L
Decimal 231 46 172 0 0.80 0.26 0.09 319.14 0.79 0.54
Hex E7 2E AC 0 50 1A 9 13F 4F 36
Octal 347 56 254 0 120 32 11 477 117 66
Binary 11100111 101110 10101100 0 1010000 11010 1001 100111111 1001111 110110

Color Harmonies of #E72EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72EAC

Black with #E72EAC

Text Example


Text Example

White with #E72EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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