Html Css Color HEX #EC348E Deep Cerise

📋 copy color: '#EC348E'

red 236 ◦ green 52 ◦ blue 142

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

Shades of Deep Cerise #EC348E

Tints of Deep Cerise #EC348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.09%

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

R = 54.88%
G = 12.09%
B = 33.02%

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

#EC348E (or 0xEC348E) is known color: Deep Cerise. HEX triplet: EC, 34 and 8E. RGB value is (236,52,142). Sum of RGB (Red+Green+Blue) = 236+52+142=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC348E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC348E is #13CB71. Grayscale: #757575. Windows color (decimal): -1297266 or 9319660. OLE color: 9319660.

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

Color convert

RGB 236 52 142 -
CMYK 0 0.78 0.40 0.07
HSL 330.65º 0.83% 0.56% -
HSV(B) 330.65º 0.78% 0.93% -
XYZ 40.7 22.24 27.74 -
YUV 117.28 141.96 212.68 -
System Red Green Blue C M Y K H S L
Decimal 236 52 142 0 0.78 0.40 0.07 330.65 0.83 0.56
Hex EC 34 8E 0 4E 28 7 14B 53 38
Octal 354 64 216 0 116 50 7 513 123 70
Binary 11101100 110100 10001110 0 1001110 101000 111 101001011 1010011 111000

Color Harmonies of #EC348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC348E

Black with #EC348E

Text Example


Text Example

White with #EC348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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