Html Css Color HEX #EB386E Cerise

📋 copy color: '#EB386E'

red 235 ◦ green 56 ◦ blue 110

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

Shades of Cerise #EB386E

Tints of Cerise #EB386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 58.6%
G = 13.97%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB386E (or 0xEB386E) is known color: Cerise. HEX triplet: EB, 38 and 6E. RGB value is (235,56,110). Sum of RGB (Red+Green+Blue) = 235+56+110=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB386E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB386E is #14C791. Grayscale: #737373. Windows color (decimal): -1361810 or 7223531. OLE color: 7223531.

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

Color convert

RGB 235 56 110 -
CMYK 0 0.76 0.53 0.08
HSL 341.9º 0.82% 0.57% -
HSV(B) 341.9º 0.76% 0.92% -
XYZ 38.49 21.62 16.9 -
YUV 115.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 235 56 110 0 0.76 0.53 0.08 341.9 0.82 0.57
Hex EB 38 6E 0 4C 35 8 156 52 39
Octal 353 70 156 0 114 65 10 526 122 71
Binary 11101011 111000 1101110 0 1001100 110101 1000 101010110 1010010 111001

Color Harmonies of #EB386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB386E

Black with #EB386E

Text Example


Text Example

White with #EB386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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