Html Css Color HEX #E72C96 Deep Cerise

📋 copy color: '#E72C96'

red 231 ◦ green 44 ◦ blue 150

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

Shades of Deep Cerise #E72C96

Tints of Deep Cerise #E72C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.29%

R = 54.35%
G = 10.35%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E72C96 (or 0xE72C96) is known color: Deep Cerise. HEX triplet: E7, 2C and 96. RGB value is (231,44,150). Sum of RGB (Red+Green+Blue) = 231+44+150=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72C96 is #18D369. Grayscale: #6F6F6F. Windows color (decimal): -1626986 or 9841895. OLE color: 9841895.

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

Color convert

RGB 231 44 150 -
CMYK 0 0.81 0.35 0.09
HSL 325.99º 0.8% 0.54% -
HSV(B) 325.99º 0.81% 0.91% -
XYZ 39.36 20.99 30.83 -
YUV 112 149.45 212.88 -
System Red Green Blue C M Y K H S L
Decimal 231 44 150 0 0.81 0.35 0.09 325.99 0.8 0.54
Hex E7 2C 96 0 51 23 9 146 50 36
Octal 347 54 226 0 121 43 11 506 120 66
Binary 11100111 101100 10010110 0 1010001 100011 1001 101000110 1010000 110110

Color Harmonies of #E72C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72C96

Black with #E72C96

Text Example


Text Example

White with #E72C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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