Html Css Color HEX #EC407D Violet Red

📋 copy color: '#EC407D'

red 236 ◦ green 64 ◦ blue 125

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

Shades of Violet Red #EC407D

Tints of Violet Red #EC407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.06%

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

R = 55.53%
G = 15.06%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC407D (or 0xEC407D) is known color: Violet Red. HEX triplet: EC, 40 and 7D. RGB value is (236,64,125). Sum of RGB (Red+Green+Blue) = 236+64+125=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC407D is #13BF82. Grayscale: #7A7A7A. Windows color (decimal): -1294211 or 8208620. OLE color: 8208620.

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

Color convert

RGB 236 64 125 -
CMYK 0 0.73 0.47 0.07
HSL 338.72º 0.82% 0.59% -
HSV(B) 338.72º 0.73% 0.93% -
XYZ 40.13 22.98 21.72 -
YUV 122.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 236 64 125 0 0.73 0.47 0.07 338.72 0.82 0.59
Hex EC 40 7D 0 49 2F 7 153 52 3B
Octal 354 100 175 0 111 57 7 523 122 73
Binary 11101100 1000000 1111101 0 1001001 101111 111 101010011 1010010 111011

Color Harmonies of #EC407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC407D

Black with #EC407D

Text Example


Text Example

White with #EC407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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