Html Css Color HEX #EC3F95 Violet Red

📋 copy color: '#EC3F95'

red 236 ◦ green 63 ◦ blue 149

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

Shades of Violet Red #EC3F95

Tints of Violet Red #EC3F95

RGB

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

 GREEN value IS 63 (25% from 255) = 14.06%

 BLUE value IS 149 (58.59% from 255) = 33.26%

R = 52.68%
G = 14.06%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC3F95 (or 0xEC3F95) is known color: Violet Red. HEX triplet: EC, 3F and 95. RGB value is (236,63,149). Sum of RGB (Red+Green+Blue) = 236+63+149=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3F95 is #13C06A. Grayscale: #7C7C7C. Windows color (decimal): -1294443 or 9781228. OLE color: 9781228.

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

Color convert

RGB 236 63 149 -
CMYK 0 0.73 0.37 0.07
HSL 330.17º 0.82% 0.59% -
HSV(B) 330.17º 0.73% 0.93% -
XYZ 41.79 23.56 30.78 -
YUV 124.53 141.81 207.51 -
System Red Green Blue C M Y K H S L
Decimal 236 63 149 0 0.73 0.37 0.07 330.17 0.82 0.59
Hex EC 3F 95 0 49 25 7 14A 52 3B
Octal 354 77 225 0 111 45 7 512 122 73
Binary 11101100 111111 10010101 0 1001001 100101 111 101001010 1010010 111011

Color Harmonies of #EC3F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F95

Black with #EC3F95

Text Example


Text Example

White with #EC3F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F95; }

 p { color: rgb(236,63,149); }

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

background-color css

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

 a { background-color: rgb(236,63,149); }

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

border-color css

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

 span { border-color: rgb(236,63,149); }

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