Html Css Color HEX #EC348A Deep Cerise

📋 copy color: '#EC348A'

red 236 ◦ green 52 ◦ blue 138

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

Shades of Deep Cerise #EC348A

Tints of Deep Cerise #EC348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 55.4%
G = 12.21%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC348A (or 0xEC348A) is known color: Deep Cerise. HEX triplet: EC, 34 and 8A. RGB value is (236,52,138). Sum of RGB (Red+Green+Blue) = 236+52+138=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC348A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC348A is #13CB75. Grayscale: #747474. Windows color (decimal): -1297270 or 9057516. OLE color: 9057516.

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

Color convert

RGB 236 52 138 -
CMYK 0 0.78 0.42 0.07
HSL 331.96º 0.83% 0.56% -
HSV(B) 331.96º 0.78% 0.93% -
XYZ 40.41 22.12 26.19 -
YUV 116.82 139.96 213.01 -
System Red Green Blue C M Y K H S L
Decimal 236 52 138 0 0.78 0.42 0.07 331.96 0.83 0.56
Hex EC 34 8A 0 4E 2A 7 14C 53 38
Octal 354 64 212 0 116 52 7 514 123 70
Binary 11101100 110100 10001010 0 1001110 101010 111 101001100 1010011 111000

Color Harmonies of #EC348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC348A

Black with #EC348A

Text Example


Text Example

White with #EC348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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