Html Css Color HEX #E72A70 Cerise

📋 copy color: '#E72A70'

red 231 ◦ green 42 ◦ blue 112

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

Shades of Cerise #E72A70

Tints of Cerise #E72A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 60%
G = 10.91%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E72A70 (or 0xE72A70) is known color: Cerise. HEX triplet: E7, 2A and 70. RGB value is (231,42,112). Sum of RGB (Red+Green+Blue) = 231+42+112=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72A70 is #18D58F. Grayscale: #6A6A6A. Windows color (decimal): -1627536 or 7351015. OLE color: 7351015.

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

Color convert

RGB 231 42 112 -
CMYK 0 0.82 0.52 0.09
HSL 337.78º 0.8% 0.54% -
HSV(B) 337.78º 0.82% 0.91% -
XYZ 36.71 19.81 17.22 -
YUV 106.49 131.12 216.81 -
System Red Green Blue C M Y K H S L
Decimal 231 42 112 0 0.82 0.52 0.09 337.78 0.8 0.54
Hex E7 2A 70 0 52 34 9 152 50 36
Octal 347 52 160 0 122 64 11 522 120 66
Binary 11100111 101010 1110000 0 1010010 110100 1001 101010010 1010000 110110

Color Harmonies of #E72A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72A70

Black with #E72A70

Text Example


Text Example

White with #E72A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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