Html Css Color HEX #EC4180 Violet Red

📋 copy color: '#EC4180'

red 236 ◦ green 65 ◦ blue 128

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

Shades of Violet Red #EC4180

Tints of Violet Red #EC4180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.84%

R = 55.01%
G = 15.15%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC4180 (or 0xEC4180) is known color: Violet Red. HEX triplet: EC, 41 and 80. RGB value is (236,65,128). Sum of RGB (Red+Green+Blue) = 236+65+128=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4180 is #13BE7F. Grayscale: #7B7B7B. Windows color (decimal): -1293952 or 8405484. OLE color: 8405484.

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

Color convert

RGB 236 65 128 -
CMYK 0 0.72 0.46 0.07
HSL 337.89º 0.82% 0.59% -
HSV(B) 337.89º 0.72% 0.93% -
XYZ 40.38 23.17 22.77 -
YUV 123.31 130.65 208.38 -
System Red Green Blue C M Y K H S L
Decimal 236 65 128 0 0.72 0.46 0.07 337.89 0.82 0.59
Hex EC 41 80 0 48 2E 7 152 52 3B
Octal 354 101 200 0 110 56 7 522 122 73
Binary 11101100 1000001 10000000 0 1001000 101110 111 101010010 1010010 111011

Color Harmonies of #EC4180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4180

Black with #EC4180

Text Example


Text Example

White with #EC4180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4180; }

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

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

background-color css

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

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

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

border-color css

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

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

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