Html Css Color HEX #EB3770 Cerise

📋 copy color: '#EB3770'

red 235 ◦ green 55 ◦ blue 112

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

Shades of Cerise #EB3770

Tints of Cerise #EB3770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.68%

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

R = 58.46%
G = 13.68%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB3770 (or 0xEB3770) is known color: Cerise. HEX triplet: EB, 37 and 70. RGB value is (235,55,112). Sum of RGB (Red+Green+Blue) = 235+55+112=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3770 is #14C88F. Grayscale: #737373. Windows color (decimal): -1362064 or 7354347. OLE color: 7354347.

HSL color Cylindrical-coordinate representation of color #EB3770: hue angle of 341º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB3770 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 55 112 -
CMYK 0 0.77 0.52 0.08
HSL 341º 0.82% 0.57% -
HSV(B) 341º 0.77% 0.92% -
XYZ 38.55 21.56 17.46 -
YUV 115.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 235 55 112 0 0.77 0.52 0.08 341 0.82 0.57
Hex EB 37 70 0 4D 34 8 155 52 39
Octal 353 67 160 0 115 64 10 525 122 71
Binary 11101011 110111 1110000 0 1001101 110100 1000 101010101 1010010 111001

Color Harmonies of #EB3770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3770

Black with #EB3770

Text Example


Text Example

White with #EB3770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3770; }

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

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

background-color css

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

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

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

border-color css

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

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

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