Html Css Color HEX #EB376A Cerise

📋 copy color: '#EB376A'

red 235 ◦ green 55 ◦ blue 106

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

Shades of Cerise #EB376A

Tints of Cerise #EB376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.77%

R = 59.34%
G = 13.89%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB376A (or 0xEB376A) is known color: Cerise. HEX triplet: EB, 37 and 6A. RGB value is (235,55,106). Sum of RGB (Red+Green+Blue) = 235+55+106=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB376A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB376A is #14C895. Grayscale: #727272. Windows color (decimal): -1362070 or 6961131. OLE color: 6961131.

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

Color convert

RGB 235 55 106 -
CMYK 0 0.77 0.55 0.08
HSL 343º 0.82% 0.57% -
HSV(B) 343º 0.77% 0.92% -
XYZ 38.23 21.44 15.76 -
YUV 114.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 235 55 106 0 0.77 0.55 0.08 343 0.82 0.57
Hex EB 37 6A 0 4D 37 8 157 52 39
Octal 353 67 152 0 115 67 10 527 122 71
Binary 11101011 110111 1101010 0 1001101 110111 1000 101010111 1010010 111001

Color Harmonies of #EB376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB376A

Black with #EB376A

Text Example


Text Example

White with #EB376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB376A; }

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

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

background-color css

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

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

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

border-color css

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

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

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