Html Css Color HEX #EC2D8A Deep Cerise

📋 copy color: '#EC2D8A'

red 236 ◦ green 45 ◦ blue 138

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

Shades of Deep Cerise #EC2D8A

Tints of Deep Cerise #EC2D8A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.74%

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 56.32%
G = 10.74%
B = 32.94%

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

#EC2D8A (or 0xEC2D8A) is known color: Deep Cerise. HEX triplet: EC, 2D and 8A. RGB value is (236,45,138). Sum of RGB (Red+Green+Blue) = 236+45+138=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2D8A is #13D275. Grayscale: #707070. Windows color (decimal): -1299062 or 9055724. OLE color: 9055724.

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

Color convert

RGB 236 45 138 -
CMYK 0 0.81 0.42 0.07
HSL 330.79º 0.83% 0.55% -
HSV(B) 330.79º 0.81% 0.93% -
XYZ 40.12 21.54 26.09 -
YUV 112.71 142.28 215.94 -
System Red Green Blue C M Y K H S L
Decimal 236 45 138 0 0.81 0.42 0.07 330.79 0.83 0.55
Hex EC 2D 8A 0 51 2A 7 14B 53 37
Octal 354 55 212 0 121 52 7 513 123 67
Binary 11101100 101101 10001010 0 1010001 101010 111 101001011 1010011 110111

Color Harmonies of #EC2D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2D8A

Black with #EC2D8A

Text Example


Text Example

White with #EC2D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2D8A; }

 p { color: rgb(236,45,138); }

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

background-color css

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

 a { background-color: rgb(236,45,138); }

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

border-color css

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

 span { border-color: rgb(236,45,138); }

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