Html Css Color HEX #EC2C7F Deep Cerise

📋 copy color: '#EC2C7F'

red 236 ◦ green 44 ◦ blue 127

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

Shades of Deep Cerise #EC2C7F

Tints of Deep Cerise #EC2C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.81%

 BLUE value IS 127 (50% from 255) = 31.2%

R = 57.99%
G = 10.81%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC2C7F (or 0xEC2C7F) is known color: Deep Cerise. HEX triplet: EC, 2C and 7F. RGB value is (236,44,127). Sum of RGB (Red+Green+Blue) = 236+44+127=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2C7F is #13D380. Grayscale: #6E6E6E. Windows color (decimal): -1299329 or 8334572. OLE color: 8334572.

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

Color convert

RGB 236 44 127 -
CMYK 0 0.81 0.46 0.07
HSL 334.06º 0.83% 0.55% -
HSV(B) 334.06º 0.81% 0.93% -
XYZ 39.32 21.17 22.09 -
YUV 110.87 137.11 217.25 -
System Red Green Blue C M Y K H S L
Decimal 236 44 127 0 0.81 0.46 0.07 334.06 0.83 0.55
Hex EC 2C 7F 0 51 2E 7 14E 53 37
Octal 354 54 177 0 121 56 7 516 123 67
Binary 11101100 101100 1111111 0 1010001 101110 111 101001110 1010011 110111

Color Harmonies of #EC2C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2C7F

Black with #EC2C7F

Text Example


Text Example

White with #EC2C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2C7F; }

 p { color: rgb(236,44,127); }

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

background-color css

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

 a { background-color: rgb(236,44,127); }

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

border-color css

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

 span { border-color: rgb(236,44,127); }

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