Html Css Color HEX #EC386A Cerise

📋 copy color: '#EC386A'

red 236 ◦ green 56 ◦ blue 106

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

Shades of Cerise #EC386A

Tints of Cerise #EC386A

RGB

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

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

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

R = 59.3%
G = 14.07%
B = 26.63%

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

#EC386A (or 0xEC386A) is known color: Cerise. HEX triplet: EC, 38 and 6A. RGB value is (236,56,106). Sum of RGB (Red+Green+Blue) = 236+56+106=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC386A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC386A is #13C795. Grayscale: #737373. Windows color (decimal): -1296278 or 6961388. OLE color: 6961388.

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

Color convert

RGB 236 56 106 -
CMYK 0 0.76 0.55 0.07
HSL 343.33º 0.83% 0.57% -
HSV(B) 343.33º 0.76% 0.93% -
XYZ 38.61 21.7 15.79 -
YUV 115.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 236 56 106 0 0.76 0.55 0.07 343.33 0.83 0.57
Hex EC 38 6A 0 4C 37 7 157 53 39
Octal 354 70 152 0 114 67 7 527 123 71
Binary 11101100 111000 1101010 0 1001100 110111 111 101010111 1010011 111001

Color Harmonies of #EC386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC386A

Black with #EC386A

Text Example


Text Example

White with #EC386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC386A; }

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

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

background-color css

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

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

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

border-color css

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

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

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