Html Css Color HEX #EC248E Deep Cerise

📋 copy color: '#EC248E'

red 236 ◦ green 36 ◦ blue 142

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

Shades of Deep Cerise #EC248E

Tints of Deep Cerise #EC248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 57%
G = 8.7%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC248E (or 0xEC248E) is known color: Deep Cerise. HEX triplet: EC, 24 and 8E. RGB value is (236,36,142). Sum of RGB (Red+Green+Blue) = 236+36+142=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC248E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC248E is #13DB71. Grayscale: #6B6B6B. Windows color (decimal): -1301362 or 9315564. OLE color: 9315564.

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

Color convert

RGB 236 36 142 -
CMYK 0 0.85 0.40 0.07
HSL 328.2º 0.84% 0.53% -
HSV(B) 328.2º 0.85% 0.93% -
XYZ 40.11 21.05 27.54 -
YUV 107.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 236 36 142 0 0.85 0.40 0.07 328.2 0.84 0.53
Hex EC 24 8E 0 55 28 7 148 54 35
Octal 354 44 216 0 125 50 7 510 124 65
Binary 11101100 100100 10001110 0 1010101 101000 111 101001000 1010100 110101

Color Harmonies of #EC248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC248E

Black with #EC248E

Text Example


Text Example

White with #EC248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC248E; }

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

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

background-color css

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

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

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

border-color css

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

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

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