Html Css Color HEX #E42B72 Cerise

📋 copy color: '#E42B72'

red 228 ◦ green 43 ◦ blue 114

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

Shades of Cerise #E42B72

Tints of Cerise #E42B72

RGB

 RED value IS 228 (89.45% from 255) = 59.22%

 GREEN value IS 43 (17.19% from 255) = 11.17%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 59.22%
G = 11.17%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E42B72 (or 0xE42B72) is known color: Cerise. HEX triplet: E4, 2B and 72. RGB value is (228,43,114). Sum of RGB (Red+Green+Blue) = 228+43+114=385 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.22% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42B72 is #1BD48D. Grayscale: #6A6A6A. Windows color (decimal): -1823886 or 7482340. OLE color: 7482340.

HSL color Cylindrical-coordinate representation of color #E42B72: hue angle of 336.97º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42B72 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 43 114 -
CMYK 0 0.81 0.50 0.11
HSL 336.97º 0.77% 0.53% -
HSV(B) 336.97º 0.81% 0.89% -
XYZ 35.9 19.44 17.78 -
YUV 106.41 132.29 214.73 -
System Red Green Blue C M Y K H S L
Decimal 228 43 114 0 0.81 0.50 0.11 336.97 0.77 0.53
Hex E4 2B 72 0 51 32 B 151 4D 35
Octal 344 53 162 0 121 62 13 521 115 65
Binary 11100100 101011 1110010 0 1010001 110010 1011 101010001 1001101 110101

Color Harmonies of #E42B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42B72

Black with #E42B72

Text Example


Text Example

White with #E42B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42B72; }

 p { color: rgb(228,43,114); }

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

background-color css

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

 a { background-color: rgb(228,43,114); }

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

border-color css

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

 span { border-color: rgb(228,43,114); }

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