Html Css Color HEX #EB2373 Cerise

📋 copy color: '#EB2373'

red 235 ◦ green 35 ◦ blue 115

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

Shades of Cerise #EB2373

Tints of Cerise #EB2373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.09%

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 61.04%
G = 9.09%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB2373 (or 0xEB2373) is known color: Cerise. HEX triplet: EB, 23 and 73. RGB value is (235,35,115). Sum of RGB (Red+Green+Blue) = 235+35+115=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2373 is #14DC8C. Grayscale: #676767. Windows color (decimal): -1367181 or 7545835. OLE color: 7545835.

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

Color convert

RGB 235 35 115 -
CMYK 0 0.85 0.51 0.08
HSL 336º 0.83% 0.53% -
HSV(B) 336º 0.85% 0.92% -
XYZ 37.96 20.1 18.1 -
YUV 103.92 134.26 221.5 -
System Red Green Blue C M Y K H S L
Decimal 235 35 115 0 0.85 0.51 0.08 336 0.83 0.53
Hex EB 23 73 0 55 33 8 150 53 35
Octal 353 43 163 0 125 63 10 520 123 65
Binary 11101011 100011 1110011 0 1010101 110011 1000 101010000 1010011 110101

Color Harmonies of #EB2373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2373

Black with #EB2373

Text Example


Text Example

White with #EB2373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2373; }

 p { color: rgb(235,35,115); }

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

background-color css

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

 a { background-color: rgb(235,35,115); }

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

border-color css

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

 span { border-color: rgb(235,35,115); }

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