Html Css Color HEX #EC2678 Deep Cerise

📋 copy color: '#EC2678'

red 236 ◦ green 38 ◦ blue 120

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

Shades of Deep Cerise #EC2678

Tints of Deep Cerise #EC2678

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.64%

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 59.9%
G = 9.64%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC2678 (or 0xEC2678) is known color: Deep Cerise. HEX triplet: EC, 26 and 78. RGB value is (236,38,120). Sum of RGB (Red+Green+Blue) = 236+38+120=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2678 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2678 is #13D987. Grayscale: #6A6A6A. Windows color (decimal): -1300872 or 7874284. OLE color: 7874284.

HSL color Cylindrical-coordinate representation of color #EC2678: hue angle of 335.15º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2678 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 38 120 -
CMYK 0 0.84 0.49 0.07
HSL 335.15º 0.84% 0.54% -
HSV(B) 335.15º 0.84% 0.93% -
XYZ 38.68 20.58 19.7 -
YUV 106.55 135.6 220.33 -
System Red Green Blue C M Y K H S L
Decimal 236 38 120 0 0.84 0.49 0.07 335.15 0.84 0.54
Hex EC 26 78 0 54 31 7 14F 54 36
Octal 354 46 170 0 124 61 7 517 124 66
Binary 11101100 100110 1111000 0 1010100 110001 111 101001111 1010100 110110

Color Harmonies of #EC2678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2678

Black with #EC2678

Text Example


Text Example

White with #EC2678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2678; }

 p { color: rgb(236,38,120); }

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

background-color css

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

 a { background-color: rgb(236,38,120); }

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

border-color css

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

 span { border-color: rgb(236,38,120); }

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