Html Css Color HEX #E72A8A Deep Cerise

📋 copy color: '#E72A8A'

red 231 ◦ green 42 ◦ blue 138

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

Shades of Deep Cerise #E72A8A

Tints of Deep Cerise #E72A8A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.22%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 56.2%
G = 10.22%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E72A8A (or 0xE72A8A) is known color: Deep Cerise. HEX triplet: E7, 2A and 8A. RGB value is (231,42,138). Sum of RGB (Red+Green+Blue) = 231+42+138=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72A8A is #18D575. Grayscale: #6D6D6D. Windows color (decimal): -1627510 or 9054951. OLE color: 9054951.

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

Color convert

RGB 231 42 138 -
CMYK 0 0.82 0.40 0.09
HSL 329.52º 0.8% 0.54% -
HSV(B) 329.52º 0.82% 0.91% -
XYZ 38.37 20.48 25.98 -
YUV 109.46 144.12 214.69 -
System Red Green Blue C M Y K H S L
Decimal 231 42 138 0 0.82 0.40 0.09 329.52 0.8 0.54
Hex E7 2A 8A 0 52 28 9 14A 50 36
Octal 347 52 212 0 122 50 11 512 120 66
Binary 11100111 101010 10001010 0 1010010 101000 1001 101001010 1010000 110110

Color Harmonies of #E72A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72A8A

Black with #E72A8A

Text Example


Text Example

White with #E72A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72A8A; }

 p { color: rgb(231,42,138); }

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

background-color css

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

 a { background-color: rgb(231,42,138); }

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

border-color css

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

 span { border-color: rgb(231,42,138); }

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