Html Css Color HEX #EC2E79 Deep Cerise

📋 copy color: '#EC2E79'

red 236 ◦ green 46 ◦ blue 121

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

Shades of Deep Cerise #EC2E79

Tints of Deep Cerise #EC2E79

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.41%

 BLUE value IS 121 (47.66% from 255) = 30.02%

R = 58.56%
G = 11.41%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC2E79 (or 0xEC2E79) is known color: Deep Cerise. HEX triplet: EC, 2E and 79. RGB value is (236,46,121). Sum of RGB (Red+Green+Blue) = 236+46+121=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2E79 is #13D186. Grayscale: #6F6F6F. Windows color (decimal): -1298823 or 7941868. OLE color: 7941868.

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

Color convert

RGB 236 46 121 -
CMYK 0 0.81 0.49 0.07
HSL 336.32º 0.83% 0.55% -
HSV(B) 336.32º 0.81% 0.93% -
XYZ 39.02 21.17 20.12 -
YUV 111.36 133.45 216.9 -
System Red Green Blue C M Y K H S L
Decimal 236 46 121 0 0.81 0.49 0.07 336.32 0.83 0.55
Hex EC 2E 79 0 51 31 7 150 53 37
Octal 354 56 171 0 121 61 7 520 123 67
Binary 11101100 101110 1111001 0 1010001 110001 111 101010000 1010011 110111

Color Harmonies of #EC2E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E79

Black with #EC2E79

Text Example


Text Example

White with #EC2E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E79; }

 p { color: rgb(236,46,121); }

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

background-color css

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

 a { background-color: rgb(236,46,121); }

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

border-color css

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

 span { border-color: rgb(236,46,121); }

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