Html Css Color HEX #EC348C Deep Cerise

📋 copy color: '#EC348C'

red 236 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #EC348C

Tints of Deep Cerise #EC348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 55.14%
G = 12.15%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC348C (or 0xEC348C) is known color: Deep Cerise. HEX triplet: EC, 34 and 8C. RGB value is (236,52,140). Sum of RGB (Red+Green+Blue) = 236+52+140=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC348C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC348C is #13CB73. Grayscale: #747474. Windows color (decimal): -1297268 or 9188588. OLE color: 9188588.

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

Color convert

RGB 236 52 140 -
CMYK 0 0.78 0.41 0.07
HSL 331.3º 0.83% 0.56% -
HSV(B) 331.3º 0.78% 0.93% -
XYZ 40.55 22.18 26.96 -
YUV 117.05 140.96 212.84 -
System Red Green Blue C M Y K H S L
Decimal 236 52 140 0 0.78 0.41 0.07 331.3 0.83 0.56
Hex EC 34 8C 0 4E 29 7 14B 53 38
Octal 354 64 214 0 116 51 7 513 123 70
Binary 11101100 110100 10001100 0 1001110 101001 111 101001011 1010011 111000

Color Harmonies of #EC348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC348C

Black with #EC348C

Text Example


Text Example

White with #EC348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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