Html Css Color HEX #EC3E90 Violet Red

📋 copy color: '#EC3E90'

red 236 ◦ green 62 ◦ blue 144

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

Shades of Violet Red #EC3E90

Tints of Violet Red #EC3E90

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.03%

 BLUE value IS 144 (56.64% from 255) = 32.58%

R = 53.39%
G = 14.03%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC3E90 (or 0xEC3E90) is known color: Violet Red. HEX triplet: EC, 3E and 90. RGB value is (236,62,144). Sum of RGB (Red+Green+Blue) = 236+62+144=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3E90 is #13C16F. Grayscale: #7B7B7B. Windows color (decimal): -1294704 or 9453292. OLE color: 9453292.

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

Color convert

RGB 236 62 144 -
CMYK 0 0.74 0.39 0.07
HSL 331.72º 0.82% 0.58% -
HSV(B) 331.72º 0.74% 0.93% -
XYZ 41.35 23.29 28.7 -
YUV 123.37 139.65 208.33 -
System Red Green Blue C M Y K H S L
Decimal 236 62 144 0 0.74 0.39 0.07 331.72 0.82 0.58
Hex EC 3E 90 0 4A 27 7 14C 52 3A
Octal 354 76 220 0 112 47 7 514 122 72
Binary 11101100 111110 10010000 0 1001010 100111 111 101001100 1010010 111010

Color Harmonies of #EC3E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E90

Black with #EC3E90

Text Example


Text Example

White with #EC3E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E90; }

 p { color: rgb(236,62,144); }

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

background-color css

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

 a { background-color: rgb(236,62,144); }

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

border-color css

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

 span { border-color: rgb(236,62,144); }

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