Html Css Color HEX #EB375C Cerise

📋 copy color: '#EB375C'

red 235 ◦ green 55 ◦ blue 92

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

Shades of Cerise #EB375C

Tints of Cerise #EB375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 61.52%
G = 14.4%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB375C (or 0xEB375C) is known color: Cerise. HEX triplet: EB, 37 and 5C. RGB value is (235,55,92). Sum of RGB (Red+Green+Blue) = 235+55+92=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB375C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB375C is #14C8A3. Grayscale: #717171. Windows color (decimal): -1362084 or 6043627. OLE color: 6043627.

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

Color convert

RGB 235 55 92 -
CMYK 0 0.77 0.61 0.08
HSL 347.67º 0.82% 0.57% -
HSV(B) 347.67º 0.77% 0.92% -
XYZ 37.56 21.17 12.23 -
YUV 113.04 116.13 214.99 -
System Red Green Blue C M Y K H S L
Decimal 235 55 92 0 0.77 0.61 0.08 347.67 0.82 0.57
Hex EB 37 5C 0 4D 3D 8 15C 52 39
Octal 353 67 134 0 115 75 10 534 122 71
Binary 11101011 110111 1011100 0 1001101 111101 1000 101011100 1010010 111001

Color Harmonies of #EB375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB375C

Black with #EB375C

Text Example


Text Example

White with #EB375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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