Html Css Color HEX #EC348D Deep Cerise

📋 copy color: '#EC348D'

red 236 ◦ green 52 ◦ blue 141

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

Shades of Deep Cerise #EC348D

Tints of Deep Cerise #EC348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 55.01%
G = 12.12%
B = 32.87%

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

#EC348D (or 0xEC348D) is known color: Deep Cerise. HEX triplet: EC, 34 and 8D. RGB value is (236,52,141). Sum of RGB (Red+Green+Blue) = 236+52+141=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC348D is #13CB72. Grayscale: #747474. Windows color (decimal): -1297267 or 9254124. OLE color: 9254124.

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

Color convert

RGB 236 52 141 -
CMYK 0 0.78 0.40 0.07
HSL 330.98º 0.83% 0.56% -
HSV(B) 330.98º 0.78% 0.93% -
XYZ 40.63 22.21 27.35 -
YUV 117.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 236 52 141 0 0.78 0.40 0.07 330.98 0.83 0.56
Hex EC 34 8D 0 4E 28 7 14B 53 38
Octal 354 64 215 0 116 50 7 513 123 70
Binary 11101100 110100 10001101 0 1001110 101000 111 101001011 1010011 111000

Color Harmonies of #EC348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC348D

Black with #EC348D

Text Example


Text Example

White with #EC348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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