Html Css Color HEX #EB2870 Cerise

📋 copy color: '#EB2870'

red 235 ◦ green 40 ◦ blue 112

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

Shades of Cerise #EB2870

Tints of Cerise #EB2870

RGB

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

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

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

R = 60.72%
G = 10.34%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB2870 (or 0xEB2870) is known color: Cerise. HEX triplet: EB, 28 and 70. RGB value is (235,40,112). Sum of RGB (Red+Green+Blue) = 235+40+112=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2870 is #14D78F. Grayscale: #6A6A6A. Windows color (decimal): -1365904 or 7350507. OLE color: 7350507.

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

Color convert

RGB 235 40 112 -
CMYK 0 0.83 0.52 0.08
HSL 337.85º 0.83% 0.54% -
HSV(B) 337.85º 0.83% 0.92% -
XYZ 37.94 20.35 17.26 -
YUV 106.51 131.1 219.65 -
System Red Green Blue C M Y K H S L
Decimal 235 40 112 0 0.83 0.52 0.08 337.85 0.83 0.54
Hex EB 28 70 0 53 34 8 152 53 36
Octal 353 50 160 0 123 64 10 522 123 66
Binary 11101011 101000 1110000 0 1010011 110100 1000 101010010 1010011 110110

Color Harmonies of #EB2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2870

Black with #EB2870

Text Example


Text Example

White with #EB2870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2870; }

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

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

background-color css

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

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

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

border-color css

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

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

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