Html Css Color HEX #EB386B Cerise

📋 copy color: '#EB386B'

red 235 ◦ green 56 ◦ blue 107

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

Shades of Cerise #EB386B

Tints of Cerise #EB386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.07%

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 59.05%
G = 14.07%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB386B (or 0xEB386B) is known color: Cerise. HEX triplet: EB, 38 and 6B. RGB value is (235,56,107). Sum of RGB (Red+Green+Blue) = 235+56+107=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB386B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB386B is #14C794. Grayscale: #737373. Windows color (decimal): -1361813 or 7026923. OLE color: 7026923.

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

Color convert

RGB 235 56 107 -
CMYK 0 0.76 0.54 0.08
HSL 342.91º 0.82% 0.57% -
HSV(B) 342.91º 0.76% 0.92% -
XYZ 38.33 21.55 16.05 -
YUV 115.34 123.3 213.35 -
System Red Green Blue C M Y K H S L
Decimal 235 56 107 0 0.76 0.54 0.08 342.91 0.82 0.57
Hex EB 38 6B 0 4C 36 8 157 52 39
Octal 353 70 153 0 114 66 10 527 122 71
Binary 11101011 111000 1101011 0 1001100 110110 1000 101010111 1010010 111001

Color Harmonies of #EB386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB386B

Black with #EB386B

Text Example


Text Example

White with #EB386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB386B; }

 p { color: rgb(235,56,107); }

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

background-color css

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

 a { background-color: rgb(235,56,107); }

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

border-color css

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

 span { border-color: rgb(235,56,107); }

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