Html Css Color HEX #EC2B90 Deep Cerise

📋 copy color: '#EC2B90'

red 236 ◦ green 43 ◦ blue 144

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

Shades of Deep Cerise #EC2B90

Tints of Deep Cerise #EC2B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.04%

R = 55.79%
G = 10.17%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC2B90 (or 0xEC2B90) is known color: Deep Cerise. HEX triplet: EC, 2B and 90. RGB value is (236,43,144). Sum of RGB (Red+Green+Blue) = 236+43+144=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2B90 is #13D46F. Grayscale: #707070. Windows color (decimal): -1299568 or 9448428. OLE color: 9448428.

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

Color convert

RGB 236 43 144 -
CMYK 0 0.82 0.39 0.07
HSL 328.6º 0.84% 0.55% -
HSV(B) 328.6º 0.82% 0.93% -
XYZ 40.49 21.57 28.42 -
YUV 112.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 236 43 144 0 0.82 0.39 0.07 328.6 0.84 0.55
Hex EC 2B 90 0 52 27 7 149 54 37
Octal 354 53 220 0 122 47 7 511 124 67
Binary 11101100 101011 10010000 0 1010010 100111 111 101001001 1010100 110111

Color Harmonies of #EC2B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B90

Black with #EC2B90

Text Example


Text Example

White with #EC2B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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