Html Css Color HEX #EC2B8A Deep Cerise

📋 copy color: '#EC2B8A'

red 236 ◦ green 43 ◦ blue 138

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

Shades of Deep Cerise #EC2B8A

Tints of Deep Cerise #EC2B8A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.31%

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

R = 56.59%
G = 10.31%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC2B8A (or 0xEC2B8A) is known color: Deep Cerise. HEX triplet: EC, 2B and 8A. RGB value is (236,43,138). Sum of RGB (Red+Green+Blue) = 236+43+138=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2B8A is #13D475. Grayscale: #6F6F6F. Windows color (decimal): -1299574 or 9055212. OLE color: 9055212.

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

Color convert

RGB 236 43 138 -
CMYK 0 0.82 0.42 0.07
HSL 330.47º 0.84% 0.55% -
HSV(B) 330.47º 0.82% 0.93% -
XYZ 40.04 21.4 26.06 -
YUV 111.54 142.94 216.78 -
System Red Green Blue C M Y K H S L
Decimal 236 43 138 0 0.82 0.42 0.07 330.47 0.84 0.55
Hex EC 2B 8A 0 52 2A 7 14A 54 37
Octal 354 53 212 0 122 52 7 512 124 67
Binary 11101100 101011 10001010 0 1010010 101010 111 101001010 1010100 110111

Color Harmonies of #EC2B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B8A

Black with #EC2B8A

Text Example


Text Example

White with #EC2B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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