Html Css Color HEX #EC4590 Violet Red

📋 copy color: '#EC4590'

red 236 ◦ green 69 ◦ blue 144

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

Shades of Violet Red #EC4590

Tints of Violet Red #EC4590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.37%

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

R = 52.56%
G = 15.37%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC4590 (or 0xEC4590) is known color: Violet Red. HEX triplet: EC, 45 and 90. RGB value is (236,69,144). Sum of RGB (Red+Green+Blue) = 236+69+144=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4590 is #13BA6F. Grayscale: #7F7F7F. Windows color (decimal): -1292912 or 9455084. OLE color: 9455084.

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

Color convert

RGB 236 69 144 -
CMYK 0 0.71 0.39 0.07
HSL 333.05º 0.81% 0.6% -
HSV(B) 333.05º 0.71% 0.93% -
XYZ 41.75 24.1 28.84 -
YUV 127.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 236 69 144 0 0.71 0.39 0.07 333.05 0.81 0.6
Hex EC 45 90 0 47 27 7 14D 51 3C
Octal 354 105 220 0 107 47 7 515 121 74
Binary 11101100 1000101 10010000 0 1000111 100111 111 101001101 1010001 111100

Color Harmonies of #EC4590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4590

Black with #EC4590

Text Example


Text Example

White with #EC4590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4590; }

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

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

background-color css

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

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

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

border-color css

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

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

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