Html Css Color HEX #EC417D Violet Red

📋 copy color: '#EC417D'

red 236 ◦ green 65 ◦ blue 125

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

Shades of Violet Red #EC417D

Tints of Violet Red #EC417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.26%

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

R = 55.4%
G = 15.26%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC417D (or 0xEC417D) is known color: Violet Red. HEX triplet: EC, 41 and 7D. RGB value is (236,65,125). Sum of RGB (Red+Green+Blue) = 236+65+125=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC417D is #13BE82. Grayscale: #7A7A7A. Windows color (decimal): -1293955 or 8208876. OLE color: 8208876.

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

Color convert

RGB 236 65 125 -
CMYK 0 0.72 0.47 0.07
HSL 338.95º 0.82% 0.59% -
HSV(B) 338.95º 0.72% 0.93% -
XYZ 40.18 23.09 21.74 -
YUV 122.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 236 65 125 0 0.72 0.47 0.07 338.95 0.82 0.59
Hex EC 41 7D 0 48 2F 7 153 52 3B
Octal 354 101 175 0 110 57 7 523 122 73
Binary 11101100 1000001 1111101 0 1001000 101111 111 101010011 1010010 111011

Color Harmonies of #EC417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC417D

Black with #EC417D

Text Example


Text Example

White with #EC417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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