Html Css Color HEX #EC358E Deep Cerise

📋 copy color: '#EC358E'

red 236 ◦ green 53 ◦ blue 142

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

Shades of Deep Cerise #EC358E

Tints of Deep Cerise #EC358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.3%

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

R = 54.76%
G = 12.3%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC358E (or 0xEC358E) is known color: Deep Cerise. HEX triplet: EC, 35 and 8E. RGB value is (236,53,142). Sum of RGB (Red+Green+Blue) = 236+53+142=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC358E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC358E is #13CA71. Grayscale: #757575. Windows color (decimal): -1297010 or 9319916. OLE color: 9319916.

HSL color Cylindrical-coordinate representation of color #EC358E: hue angle of 330.82º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC358E is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 53 142 -
CMYK 0 0.78 0.40 0.07
HSL 330.82º 0.83% 0.57% -
HSV(B) 330.82º 0.78% 0.93% -
XYZ 40.75 22.33 27.75 -
YUV 117.86 141.63 212.26 -
System Red Green Blue C M Y K H S L
Decimal 236 53 142 0 0.78 0.40 0.07 330.82 0.83 0.57
Hex EC 35 8E 0 4E 28 7 14B 53 39
Octal 354 65 216 0 116 50 7 513 123 71
Binary 11101100 110101 10001110 0 1001110 101000 111 101001011 1010011 111001

Color Harmonies of #EC358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC358E

Black with #EC358E

Text Example


Text Example

White with #EC358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC358E; }

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

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

background-color css

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

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

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

border-color css

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

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

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