Html Css Color HEX #EB2874 Cerise

📋 copy color: '#EB2874'

red 235 ◦ green 40 ◦ blue 116

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

Shades of Cerise #EB2874

Tints of Cerise #EB2874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 60.1%
G = 10.23%
B = 29.67%

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

#EB2874 (or 0xEB2874) is known color: Cerise. HEX triplet: EB, 28 and 74. RGB value is (235,40,116). Sum of RGB (Red+Green+Blue) = 235+40+116=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2874 is #14D78B. Grayscale: #6A6A6A. Windows color (decimal): -1365900 or 7612651. OLE color: 7612651.

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

Color convert

RGB 235 40 116 -
CMYK 0 0.83 0.51 0.08
HSL 336.62º 0.83% 0.54% -
HSV(B) 336.62º 0.83% 0.92% -
XYZ 38.17 20.44 18.46 -
YUV 106.97 133.1 219.32 -
System Red Green Blue C M Y K H S L
Decimal 235 40 116 0 0.83 0.51 0.08 336.62 0.83 0.54
Hex EB 28 74 0 53 33 8 151 53 36
Octal 353 50 164 0 123 63 10 521 123 66
Binary 11101011 101000 1110100 0 1010011 110011 1000 101010001 1010011 110110

Color Harmonies of #EB2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2874

Black with #EB2874

Text Example


Text Example

White with #EB2874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2874; }

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

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

background-color css

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

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

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

border-color css

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

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

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