Html Css Color HEX #EC348F Deep Cerise

📋 copy color: '#EC348F'

red 236 ◦ green 52 ◦ blue 143

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

Shades of Deep Cerise #EC348F

Tints of Deep Cerise #EC348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 54.76%
G = 12.06%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC348F (or 0xEC348F) is known color: Deep Cerise. HEX triplet: EC, 34 and 8F. RGB value is (236,52,143). Sum of RGB (Red+Green+Blue) = 236+52+143=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC348F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC348F is #13CB70. Grayscale: #757575. Windows color (decimal): -1297265 or 9385196. OLE color: 9385196.

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

Color convert

RGB 236 52 143 -
CMYK 0 0.78 0.39 0.07
HSL 330.33º 0.83% 0.56% -
HSV(B) 330.33º 0.78% 0.93% -
XYZ 40.78 22.27 28.14 -
YUV 117.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 236 52 143 0 0.78 0.39 0.07 330.33 0.83 0.56
Hex EC 34 8F 0 4E 27 7 14A 53 38
Octal 354 64 217 0 116 47 7 512 123 70
Binary 11101100 110100 10001111 0 1001110 100111 111 101001010 1010011 111000

Color Harmonies of #EC348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC348F

Black with #EC348F

Text Example


Text Example

White with #EC348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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