Html Css Color HEX #EB2872 Cerise

📋 copy color: '#EB2872'

red 235 ◦ green 40 ◦ blue 114

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

Shades of Cerise #EB2872

Tints of Cerise #EB2872

RGB

 RED value IS 235 (92.19% from 255) = 60.41%

 GREEN value IS 40 (16.02% from 255) = 10.28%

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

R = 60.41%
G = 10.28%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB2872 (or 0xEB2872) is known color: Cerise. HEX triplet: EB, 28 and 72. RGB value is (235,40,114). Sum of RGB (Red+Green+Blue) = 235+40+114=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2872 is #14D78D. Grayscale: #6A6A6A. Windows color (decimal): -1365902 or 7481579. OLE color: 7481579.

HSL color Cylindrical-coordinate representation of color #EB2872: hue angle of 337.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2872 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 40 114 -
CMYK 0 0.83 0.51 0.08
HSL 337.23º 0.83% 0.54% -
HSV(B) 337.23º 0.83% 0.92% -
XYZ 38.06 20.39 17.85 -
YUV 106.74 132.1 219.48 -
System Red Green Blue C M Y K H S L
Decimal 235 40 114 0 0.83 0.51 0.08 337.23 0.83 0.54
Hex EB 28 72 0 53 33 8 151 53 36
Octal 353 50 162 0 123 63 10 521 123 66
Binary 11101011 101000 1110010 0 1010011 110011 1000 101010001 1010011 110110

Color Harmonies of #EB2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2872

Black with #EB2872

Text Example


Text Example

White with #EB2872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2872; }

 p { color: rgb(235,40,114); }

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

background-color css

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

 a { background-color: rgb(235,40,114); }

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

border-color css

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

 span { border-color: rgb(235,40,114); }

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