Html Css Color HEX #EC397D Violet Red

📋 copy color: '#EC397D'

red 236 ◦ green 57 ◦ blue 125

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

Shades of Violet Red #EC397D

Tints of Violet Red #EC397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.64%

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

R = 56.46%
G = 13.64%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC397D (or 0xEC397D) is known color: Violet Red. HEX triplet: EC, 39 and 7D. RGB value is (236,57,125). Sum of RGB (Red+Green+Blue) = 236+57+125=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC397D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC397D is #13C682. Grayscale: #767676. Windows color (decimal): -1296003 or 8206828. OLE color: 8206828.

HSL color Cylindrical-coordinate representation of color #EC397D: hue angle of 337.21º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC397D is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 57 125 -
CMYK 0 0.76 0.47 0.07
HSL 337.21º 0.82% 0.57% -
HSV(B) 337.21º 0.76% 0.93% -
XYZ 39.76 22.24 21.6 -
YUV 118.27 131.8 211.97 -
System Red Green Blue C M Y K H S L
Decimal 236 57 125 0 0.76 0.47 0.07 337.21 0.82 0.57
Hex EC 39 7D 0 4C 2F 7 151 52 39
Octal 354 71 175 0 114 57 7 521 122 71
Binary 11101100 111001 1111101 0 1001100 101111 111 101010001 1010010 111001

Color Harmonies of #EC397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC397D

Black with #EC397D

Text Example


Text Example

White with #EC397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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