Html Css Color HEX #EC385E Cerise

📋 copy color: '#EC385E'

red 236 ◦ green 56 ◦ blue 94

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

Shades of Cerise #EC385E

Tints of Cerise #EC385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.35%

R = 61.14%
G = 14.51%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC385E (or 0xEC385E) is known color: Cerise. HEX triplet: EC, 38 and 5E. RGB value is (236,56,94). Sum of RGB (Red+Green+Blue) = 236+56+94=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC385E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC385E is #13C7A1. Grayscale: #727272. Windows color (decimal): -1296290 or 6174956. OLE color: 6174956.

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

Color convert

RGB 236 56 94 -
CMYK 0 0.76 0.60 0.07
HSL 347.33º 0.83% 0.57% -
HSV(B) 347.33º 0.76% 0.93% -
XYZ 38.03 21.47 12.73 -
YUV 114.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 236 56 94 0 0.76 0.60 0.07 347.33 0.83 0.57
Hex EC 38 5E 0 4C 3C 7 15B 53 39
Octal 354 70 136 0 114 74 7 533 123 71
Binary 11101100 111000 1011110 0 1001100 111100 111 101011011 1010011 111001

Color Harmonies of #EC385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC385E

Black with #EC385E

Text Example


Text Example

White with #EC385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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