Html Css Color HEX #EB386A Cerise

📋 copy color: '#EB386A'

red 235 ◦ green 56 ◦ blue 106

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

Shades of Cerise #EB386A

Tints of Cerise #EB386A

RGB

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

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

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

R = 59.19%
G = 14.11%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB386A (or 0xEB386A) is known color: Cerise. HEX triplet: EB, 38 and 6A. RGB value is (235,56,106). Sum of RGB (Red+Green+Blue) = 235+56+106=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB386A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB386A is #14C795. Grayscale: #737373. Windows color (decimal): -1361814 or 6961387. OLE color: 6961387.

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

Color convert

RGB 235 56 106 -
CMYK 0 0.76 0.55 0.08
HSL 343.24º 0.82% 0.57% -
HSV(B) 343.24º 0.76% 0.92% -
XYZ 38.28 21.53 15.77 -
YUV 115.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 235 56 106 0 0.76 0.55 0.08 343.24 0.82 0.57
Hex EB 38 6A 0 4C 37 8 157 52 39
Octal 353 70 152 0 114 67 10 527 122 71
Binary 11101011 111000 1101010 0 1001100 110111 1000 101010111 1010010 111001

Color Harmonies of #EB386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB386A

Black with #EB386A

Text Example


Text Example

White with #EB386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB386A; }

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

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

background-color css

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

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

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

border-color css

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

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

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