Html Css Color HEX #EC4189 Violet Red

📋 copy color: '#EC4189'

red 236 ◦ green 65 ◦ blue 137

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

Shades of Violet Red #EC4189

Tints of Violet Red #EC4189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.28%

R = 53.88%
G = 14.84%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC4189 (or 0xEC4189) is known color: Violet Red. HEX triplet: EC, 41 and 89. RGB value is (236,65,137). Sum of RGB (Red+Green+Blue) = 236+65+137=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4189 is #13BE76. Grayscale: #7C7C7C. Windows color (decimal): -1293943 or 8995308. OLE color: 8995308.

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

Color convert

RGB 236 65 137 -
CMYK 0 0.72 0.42 0.07
HSL 334.74º 0.82% 0.59% -
HSV(B) 334.74º 0.72% 0.93% -
XYZ 41 23.42 26.03 -
YUV 124.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 236 65 137 0 0.72 0.42 0.07 334.74 0.82 0.59
Hex EC 41 89 0 48 2A 7 14F 52 3B
Octal 354 101 211 0 110 52 7 517 122 73
Binary 11101100 1000001 10001001 0 1001000 101010 111 101001111 1010010 111011

Color Harmonies of #EC4189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4189

Black with #EC4189

Text Example


Text Example

White with #EC4189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4189; }

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

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

background-color css

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

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

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

border-color css

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

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

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