Html Css Color HEX #EC3A8E Violet Red

📋 copy color: '#EC3A8E'

red 236 ◦ green 58 ◦ blue 142

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

Shades of Violet Red #EC3A8E

Tints of Violet Red #EC3A8E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.3%

 BLUE value IS 142 (55.86% from 255) = 32.57%

R = 54.13%
G = 13.3%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC3A8E (or 0xEC3A8E) is known color: Violet Red. HEX triplet: EC, 3A and 8E. RGB value is (236,58,142). Sum of RGB (Red+Green+Blue) = 236+58+142=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3A8E is #13C571. Grayscale: #787878. Windows color (decimal): -1295730 or 9321196. OLE color: 9321196.

HSL color Cylindrical-coordinate representation of color #EC3A8E: hue angle of 331.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3A8E is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 58 142 -
CMYK 0 0.75 0.40 0.07
HSL 331.69º 0.82% 0.58% -
HSV(B) 331.69º 0.75% 0.93% -
XYZ 40.99 22.81 27.83 -
YUV 120.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 236 58 142 0 0.75 0.40 0.07 331.69 0.82 0.58
Hex EC 3A 8E 0 4B 28 7 14C 52 3A
Octal 354 72 216 0 113 50 7 514 122 72
Binary 11101100 111010 10001110 0 1001011 101000 111 101001100 1010010 111010

Color Harmonies of #EC3A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A8E

Black with #EC3A8E

Text Example


Text Example

White with #EC3A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A8E; }

 p { color: rgb(236,58,142); }

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

background-color css

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

 a { background-color: rgb(236,58,142); }

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

border-color css

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

 span { border-color: rgb(236,58,142); }

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