Html Css Color HEX #EC4081 Violet Red

📋 copy color: '#EC4081'

red 236 ◦ green 64 ◦ blue 129

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

Shades of Violet Red #EC4081

Tints of Violet Red #EC4081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 55.01%
G = 14.92%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC4081 (or 0xEC4081) is known color: Violet Red. HEX triplet: EC, 40 and 81. RGB value is (236,64,129). Sum of RGB (Red+Green+Blue) = 236+64+129=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4081 is #13BF7E. Grayscale: #7A7A7A. Windows color (decimal): -1294207 or 8470764. OLE color: 8470764.

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

Color convert

RGB 236 64 129 -
CMYK 0 0.73 0.45 0.07
HSL 337.33º 0.82% 0.59% -
HSV(B) 337.33º 0.73% 0.93% -
XYZ 40.39 23.08 23.1 -
YUV 122.84 131.48 208.71 -
System Red Green Blue C M Y K H S L
Decimal 236 64 129 0 0.73 0.45 0.07 337.33 0.82 0.59
Hex EC 40 81 0 49 2D 7 151 52 3B
Octal 354 100 201 0 111 55 7 521 122 73
Binary 11101100 1000000 10000001 0 1001001 101101 111 101010001 1010010 111011

Color Harmonies of #EC4081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4081

Black with #EC4081

Text Example


Text Example

White with #EC4081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4081; }

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

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

background-color css

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

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

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

border-color css

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

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

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