Html Css Color HEX #EB2961 Cerise

📋 copy color: '#EB2961'

red 235 ◦ green 41 ◦ blue 97

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

Shades of Cerise #EB2961

Tints of Cerise #EB2961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.01%

R = 63%
G = 10.99%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EB2961 (or 0xEB2961) is known color: Cerise. HEX triplet: EB, 29 and 61. RGB value is (235,41,97). Sum of RGB (Red+Green+Blue) = 235+41+97=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2961 is #14D69E. Grayscale: #696969. Windows color (decimal): -1365663 or 6367723. OLE color: 6367723.

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

Color convert

RGB 235 41 97 -
CMYK 0 0.83 0.59 0.08
HSL 342.68º 0.83% 0.54% -
HSV(B) 342.68º 0.83% 0.92% -
XYZ 37.21 20.11 13.23 -
YUV 105.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 235 41 97 0 0.83 0.59 0.08 342.68 0.83 0.54
Hex EB 29 61 0 53 3B 8 157 53 36
Octal 353 51 141 0 123 73 10 527 123 66
Binary 11101011 101001 1100001 0 1010011 111011 1000 101010111 1010011 110110

Color Harmonies of #EB2961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2961

Black with #EB2961

Text Example


Text Example

White with #EB2961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2961; }

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

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

background-color css

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

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

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

border-color css

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

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

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