Html Css Color HEX #E72E9E Persian Rose

📋 copy color: '#E72E9E'

red 231 ◦ green 46 ◦ blue 158

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

Shades of Persian Rose #E72E9E

Tints of Persian Rose #E72E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.32%

R = 53.1%
G = 10.57%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E72E9E (or 0xE72E9E) is known color: Persian Rose. HEX triplet: E7, 2E and 9E. RGB value is (231,46,158). Sum of RGB (Red+Green+Blue) = 231+46+158=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E72E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72E9E is #18D161. Grayscale: #717171. Windows color (decimal): -1626466 or 10366695. OLE color: 10366695.

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

Color convert

RGB 231 46 158 -
CMYK 0 0.80 0.32 0.09
HSL 323.68º 0.79% 0.54% -
HSV(B) 323.68º 0.8% 0.91% -
XYZ 40.1 21.41 34.37 -
YUV 114.08 152.79 211.39 -
System Red Green Blue C M Y K H S L
Decimal 231 46 158 0 0.80 0.32 0.09 323.68 0.79 0.54
Hex E7 2E 9E 0 50 20 9 144 4F 36
Octal 347 56 236 0 120 40 11 504 117 66
Binary 11100111 101110 10011110 0 1010000 100000 1001 101000100 1001111 110110

Color Harmonies of #E72E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72E9E

Black with #E72E9E

Text Example


Text Example

White with #E72E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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