Html Css Color HEX #EC248B Deep Cerise

📋 copy color: '#EC248B'

red 236 ◦ green 36 ◦ blue 139

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

Shades of Deep Cerise #EC248B

Tints of Deep Cerise #EC248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 57.42%
G = 8.76%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC248B (or 0xEC248B) is known color: Deep Cerise. HEX triplet: EC, 24 and 8B. RGB value is (236,36,139). Sum of RGB (Red+Green+Blue) = 236+36+139=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC248B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC248B is #13DB74. Grayscale: #6B6B6B. Windows color (decimal): -1301365 or 9118956. OLE color: 9118956.

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

Color convert

RGB 236 36 139 -
CMYK 0 0.85 0.41 0.07
HSL 329.1º 0.84% 0.53% -
HSV(B) 329.1º 0.85% 0.93% -
XYZ 39.88 20.96 26.37 -
YUV 107.54 145.76 219.62 -
System Red Green Blue C M Y K H S L
Decimal 236 36 139 0 0.85 0.41 0.07 329.1 0.84 0.53
Hex EC 24 8B 0 55 29 7 149 54 35
Octal 354 44 213 0 125 51 7 511 124 65
Binary 11101100 100100 10001011 0 1010101 101001 111 101001001 1010100 110101

Color Harmonies of #EC248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC248B

Black with #EC248B

Text Example


Text Example

White with #EC248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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