Html Css Color HEX #EC4187 Violet Red

📋 copy color: '#EC4187'

red 236 ◦ green 65 ◦ blue 135

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

Shades of Violet Red #EC4187

Tints of Violet Red #EC4187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.96%

R = 54.13%
G = 14.91%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC4187 (or 0xEC4187) is known color: Violet Red. HEX triplet: EC, 41 and 87. RGB value is (236,65,135). Sum of RGB (Red+Green+Blue) = 236+65+135=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4187 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4187 is #13BE78. Grayscale: #7C7C7C. Windows color (decimal): -1293945 or 8864236. OLE color: 8864236.

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

Color convert

RGB 236 65 135 -
CMYK 0 0.72 0.43 0.07
HSL 335.44º 0.82% 0.59% -
HSV(B) 335.44º 0.72% 0.93% -
XYZ 40.86 23.36 25.28 -
YUV 124.11 134.15 207.81 -
System Red Green Blue C M Y K H S L
Decimal 236 65 135 0 0.72 0.43 0.07 335.44 0.82 0.59
Hex EC 41 87 0 48 2B 7 14F 52 3B
Octal 354 101 207 0 110 53 7 517 122 73
Binary 11101100 1000001 10000111 0 1001000 101011 111 101001111 1010010 111011

Color Harmonies of #EC4187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4187

Black with #EC4187

Text Example


Text Example

White with #EC4187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4187; }

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

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

background-color css

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

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

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

border-color css

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

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

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