Html Css Color HEX #EB2973 Cerise

📋 copy color: '#EB2973'

red 235 ◦ green 41 ◦ blue 115

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

Shades of Cerise #EB2973

Tints of Cerise #EB2973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.49%

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

R = 60.1%
G = 10.49%
B = 29.41%

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

#EB2973 (or 0xEB2973) is known color: Cerise. HEX triplet: EB, 29 and 73. RGB value is (235,41,115). Sum of RGB (Red+Green+Blue) = 235+41+115=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2973 is #14D68C. Grayscale: #6B6B6B. Windows color (decimal): -1365645 or 7547371. OLE color: 7547371.

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

Color convert

RGB 235 41 115 -
CMYK 0 0.83 0.51 0.08
HSL 337.11º 0.83% 0.54% -
HSV(B) 337.11º 0.83% 0.92% -
XYZ 38.15 20.49 18.16 -
YUV 107.44 132.27 218.98 -
System Red Green Blue C M Y K H S L
Decimal 235 41 115 0 0.83 0.51 0.08 337.11 0.83 0.54
Hex EB 29 73 0 53 33 8 151 53 36
Octal 353 51 163 0 123 63 10 521 123 66
Binary 11101011 101001 1110011 0 1010011 110011 1000 101010001 1010011 110110

Color Harmonies of #EB2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2973

Black with #EB2973

Text Example


Text Example

White with #EB2973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2973; }

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

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

background-color css

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

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

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

border-color css

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

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

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