Html Css Color HEX #EC2E88 Deep Cerise

📋 copy color: '#EC2E88'

red 236 ◦ green 46 ◦ blue 136

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

Shades of Deep Cerise #EC2E88

Tints of Deep Cerise #EC2E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.54%

R = 56.46%
G = 11%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC2E88 (or 0xEC2E88) is known color: Deep Cerise. HEX triplet: EC, 2E and 88. RGB value is (236,46,136). Sum of RGB (Red+Green+Blue) = 236+46+136=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2E88 is #13D177. Grayscale: #707070. Windows color (decimal): -1298808 or 8924908. OLE color: 8924908.

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

Color convert

RGB 236 46 136 -
CMYK 0 0.81 0.42 0.07
HSL 331.58º 0.83% 0.55% -
HSV(B) 331.58º 0.81% 0.93% -
XYZ 40.01 21.56 25.35 -
YUV 113.07 140.95 215.68 -
System Red Green Blue C M Y K H S L
Decimal 236 46 136 0 0.81 0.42 0.07 331.58 0.83 0.55
Hex EC 2E 88 0 51 2A 7 14C 53 37
Octal 354 56 210 0 121 52 7 514 123 67
Binary 11101100 101110 10001000 0 1010001 101010 111 101001100 1010011 110111

Color Harmonies of #EC2E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E88

Black with #EC2E88

Text Example


Text Example

White with #EC2E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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