Html Css Color HEX #EC238E Deep Cerise

📋 copy color: '#EC238E'

red 236 ◦ green 35 ◦ blue 142

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

Shades of Deep Cerise #EC238E

Tints of Deep Cerise #EC238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.47%

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

R = 57.14%
G = 8.47%
B = 34.38%

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

#EC238E (or 0xEC238E) is known color: Deep Cerise. HEX triplet: EC, 23 and 8E. RGB value is (236,35,142). Sum of RGB (Red+Green+Blue) = 236+35+142=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC238E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC238E is #13DC71. Grayscale: #6B6B6B. Windows color (decimal): -1301618 or 9315308. OLE color: 9315308.

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

Color convert

RGB 236 35 142 -
CMYK 0 0.85 0.40 0.07
HSL 328.06º 0.84% 0.53% -
HSV(B) 328.06º 0.85% 0.93% -
XYZ 40.08 20.99 27.53 -
YUV 107.3 147.59 219.8 -
System Red Green Blue C M Y K H S L
Decimal 236 35 142 0 0.85 0.40 0.07 328.06 0.84 0.53
Hex EC 23 8E 0 55 28 7 148 54 35
Octal 354 43 216 0 125 50 7 510 124 65
Binary 11101100 100011 10001110 0 1010101 101000 111 101001000 1010100 110101

Color Harmonies of #EC238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC238E

Black with #EC238E

Text Example


Text Example

White with #EC238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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