Html Css Color HEX #EC418C Violet Red

📋 copy color: '#EC418C'

red 236 ◦ green 65 ◦ blue 140

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

Shades of Violet Red #EC418C

Tints of Violet Red #EC418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.75%

R = 53.51%
G = 14.74%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC418C (or 0xEC418C) is known color: Violet Red. HEX triplet: EC, 41 and 8C. RGB value is (236,65,140). Sum of RGB (Red+Green+Blue) = 236+65+140=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC418C is #13BE73. Grayscale: #7C7C7C. Windows color (decimal): -1293940 or 9191916. OLE color: 9191916.

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

Color convert

RGB 236 65 140 -
CMYK 0 0.72 0.41 0.07
HSL 333.68º 0.82% 0.59% -
HSV(B) 333.68º 0.72% 0.93% -
XYZ 41.22 23.51 27.18 -
YUV 124.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 236 65 140 0 0.72 0.41 0.07 333.68 0.82 0.59
Hex EC 41 8C 0 48 29 7 14E 52 3B
Octal 354 101 214 0 110 51 7 516 122 73
Binary 11101100 1000001 10001100 0 1001000 101001 111 101001110 1010010 111011

Color Harmonies of #EC418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC418C

Black with #EC418C

Text Example


Text Example

White with #EC418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC418C; }

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

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

background-color css

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

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

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

border-color css

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

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

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