Html Css Color HEX #EC247D Deep Cerise

📋 copy color: '#EC247D'

red 236 ◦ green 36 ◦ blue 125

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

Shades of Deep Cerise #EC247D

Tints of Deep Cerise #EC247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.07%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 59.45%
G = 9.07%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC247D (or 0xEC247D) is known color: Deep Cerise. HEX triplet: EC, 24 and 7D. RGB value is (236,36,125). Sum of RGB (Red+Green+Blue) = 236+36+125=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC247D is #13DB82. Grayscale: #696969. Windows color (decimal): -1301379 or 8201452. OLE color: 8201452.

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

Color convert

RGB 236 36 125 -
CMYK 0 0.85 0.47 0.07
HSL 333.3º 0.84% 0.53% -
HSV(B) 333.3º 0.85% 0.93% -
XYZ 38.92 20.58 21.32 -
YUV 105.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 236 36 125 0 0.85 0.47 0.07 333.3 0.84 0.53
Hex EC 24 7D 0 55 2F 7 14D 54 35
Octal 354 44 175 0 125 57 7 515 124 65
Binary 11101100 100100 1111101 0 1010101 101111 111 101001101 1010100 110101

Color Harmonies of #EC247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC247D

Black with #EC247D

Text Example


Text Example

White with #EC247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC247D; }

 p { color: rgb(236,36,125); }

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

background-color css

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

 a { background-color: rgb(236,36,125); }

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

border-color css

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

 span { border-color: rgb(236,36,125); }

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