Html Css Color HEX #EC2D8F Deep Cerise

📋 copy color: '#EC2D8F'

red 236 ◦ green 45 ◦ blue 143

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

Shades of Deep Cerise #EC2D8F

Tints of Deep Cerise #EC2D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.73%

R = 55.66%
G = 10.61%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC2D8F (or 0xEC2D8F) is known color: Deep Cerise. HEX triplet: EC, 2D and 8F. RGB value is (236,45,143). Sum of RGB (Red+Green+Blue) = 236+45+143=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2D8F is #13D270. Grayscale: #717171. Windows color (decimal): -1299057 or 9383404. OLE color: 9383404.

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

Color convert

RGB 236 45 143 -
CMYK 0 0.81 0.39 0.07
HSL 329.21º 0.83% 0.55% -
HSV(B) 329.21º 0.81% 0.93% -
XYZ 40.49 21.69 28.04 -
YUV 113.28 144.78 215.53 -
System Red Green Blue C M Y K H S L
Decimal 236 45 143 0 0.81 0.39 0.07 329.21 0.83 0.55
Hex EC 2D 8F 0 51 27 7 149 53 37
Octal 354 55 217 0 121 47 7 511 123 67
Binary 11101100 101101 10001111 0 1010001 100111 111 101001001 1010011 110111

Color Harmonies of #EC2D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2D8F

Black with #EC2D8F

Text Example


Text Example

White with #EC2D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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