Html Css Color HEX #EC378C Deep Cerise

📋 copy color: '#EC378C'

red 236 ◦ green 55 ◦ blue 140

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

Shades of Deep Cerise #EC378C

Tints of Deep Cerise #EC378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.76%

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 54.76%
G = 12.76%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC378C (or 0xEC378C) is known color: Deep Cerise. HEX triplet: EC, 37 and 8C. RGB value is (236,55,140). Sum of RGB (Red+Green+Blue) = 236+55+140=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC378C is #13C873. Grayscale: #767676. Windows color (decimal): -1296500 or 9189356. OLE color: 9189356.

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

Color convert

RGB 236 55 140 -
CMYK 0 0.77 0.41 0.07
HSL 331.82º 0.83% 0.57% -
HSV(B) 331.82º 0.77% 0.93% -
XYZ 40.69 22.46 27 -
YUV 118.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 236 55 140 0 0.77 0.41 0.07 331.82 0.83 0.57
Hex EC 37 8C 0 4D 29 7 14C 53 39
Octal 354 67 214 0 115 51 7 514 123 71
Binary 11101100 110111 10001100 0 1001101 101001 111 101001100 1010011 111001

Color Harmonies of #EC378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC378C

Black with #EC378C

Text Example


Text Example

White with #EC378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC378C; }

 p { color: rgb(236,55,140); }

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

background-color css

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

 a { background-color: rgb(236,55,140); }

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

border-color css

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

 span { border-color: rgb(236,55,140); }

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