Html Css Color HEX #EC386B Cerise

📋 copy color: '#EC386B'

red 236 ◦ green 56 ◦ blue 107

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

Shades of Cerise #EC386B

Tints of Cerise #EC386B

RGB

 RED value IS 236 (92.58% from 255) = 59.15%

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

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

R = 59.15%
G = 14.04%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC386B (or 0xEC386B) is known color: Cerise. HEX triplet: EC, 38 and 6B. RGB value is (236,56,107). Sum of RGB (Red+Green+Blue) = 236+56+107=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC386B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC386B is #13C794. Grayscale: #737373. Windows color (decimal): -1296277 or 7026924. OLE color: 7026924.

HSL color Cylindrical-coordinate representation of color #EC386B: hue angle of 343º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC386B is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 56 107 -
CMYK 0 0.76 0.55 0.07
HSL 343º 0.83% 0.57% -
HSV(B) 343º 0.76% 0.93% -
XYZ 38.66 21.72 16.07 -
YUV 115.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 236 56 107 0 0.76 0.55 0.07 343 0.83 0.57
Hex EC 38 6B 0 4C 37 7 157 53 39
Octal 354 70 153 0 114 67 7 527 123 71
Binary 11101100 111000 1101011 0 1001100 110111 111 101010111 1010011 111001

Color Harmonies of #EC386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC386B

Black with #EC386B

Text Example


Text Example

White with #EC386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC386B; }

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

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

background-color css

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

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

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

border-color css

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

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

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