Html Css Color HEX #EC347D Deep Cerise

📋 copy color: '#EC347D'

red 236 ◦ green 52 ◦ blue 125

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

Shades of Deep Cerise #EC347D

Tints of Deep Cerise #EC347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 57.14%
G = 12.59%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC347D (or 0xEC347D) is known color: Deep Cerise. HEX triplet: EC, 34 and 7D. RGB value is (236,52,125). Sum of RGB (Red+Green+Blue) = 236+52+125=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC347D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC347D is #13CB82. Grayscale: #737373. Windows color (decimal): -1297283 or 8205548. OLE color: 8205548.

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

Color convert

RGB 236 52 125 -
CMYK 0 0.78 0.47 0.07
HSL 336.2º 0.83% 0.56% -
HSV(B) 336.2º 0.78% 0.93% -
XYZ 39.52 21.77 21.52 -
YUV 115.34 133.46 214.06 -
System Red Green Blue C M Y K H S L
Decimal 236 52 125 0 0.78 0.47 0.07 336.2 0.83 0.56
Hex EC 34 7D 0 4E 2F 7 150 53 38
Octal 354 64 175 0 116 57 7 520 123 70
Binary 11101100 110100 1111101 0 1001110 101111 111 101010000 1010011 111000

Color Harmonies of #EC347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC347D

Black with #EC347D

Text Example


Text Example

White with #EC347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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