Html Css Color HEX #EC417C Violet Red

📋 copy color: '#EC417C'

red 236 ◦ green 65 ◦ blue 124

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

Shades of Violet Red #EC417C

Tints of Violet Red #EC417C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 55.53%
G = 15.29%
B = 29.18%

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

#EC417C (or 0xEC417C) is known color: Violet Red. HEX triplet: EC, 41 and 7C. RGB value is (236,65,124). Sum of RGB (Red+Green+Blue) = 236+65+124=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC417C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC417C is #13BE83. Grayscale: #7A7A7A. Windows color (decimal): -1293956 or 8143340. OLE color: 8143340.

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

Color convert

RGB 236 65 124 -
CMYK 0 0.72 0.47 0.07
HSL 339.3º 0.82% 0.59% -
HSV(B) 339.3º 0.72% 0.93% -
XYZ 40.12 23.07 21.41 -
YUV 122.86 128.65 208.7 -
System Red Green Blue C M Y K H S L
Decimal 236 65 124 0 0.72 0.47 0.07 339.3 0.82 0.59
Hex EC 41 7C 0 48 2F 7 153 52 3B
Octal 354 101 174 0 110 57 7 523 122 73
Binary 11101100 1000001 1111100 0 1001000 101111 111 101010011 1010010 111011

Color Harmonies of #EC417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC417C

Black with #EC417C

Text Example


Text Example

White with #EC417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC417C; }

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

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

background-color css

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

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

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

border-color css

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

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

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