Html Css Color HEX #EB4490 Violet Red

📋 copy color: '#EB4490'

red 235 ◦ green 68 ◦ blue 144

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

Shades of Violet Red #EB4490

Tints of Violet Red #EB4490

RGB

 RED value IS 235 (92.19% from 255) = 52.57%

 GREEN value IS 68 (26.95% from 255) = 15.21%

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

R = 52.57%
G = 15.21%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB4490 (or 0xEB4490) is known color: Violet Red. HEX triplet: EB, 44 and 90. RGB value is (235,68,144). Sum of RGB (Red+Green+Blue) = 235+68+144=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4490 is #14BB6F. Grayscale: #7E7E7E. Windows color (decimal): -1358704 or 9454827. OLE color: 9454827.

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

Color convert

RGB 235 68 144 -
CMYK 0 0.71 0.39 0.08
HSL 332.69º 0.81% 0.59% -
HSV(B) 332.69º 0.71% 0.92% -
XYZ 41.36 23.81 28.8 -
YUV 126.6 137.83 205.32 -
System Red Green Blue C M Y K H S L
Decimal 235 68 144 0 0.71 0.39 0.08 332.69 0.81 0.59
Hex EB 44 90 0 47 27 8 14D 51 3B
Octal 353 104 220 0 107 47 10 515 121 73
Binary 11101011 1000100 10010000 0 1000111 100111 1000 101001101 1010001 111011

Color Harmonies of #EB4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4490

Black with #EB4490

Text Example


Text Example

White with #EB4490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4490; }

 p { color: rgb(235,68,144); }

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

background-color css

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

 a { background-color: rgb(235,68,144); }

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

border-color css

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

 span { border-color: rgb(235,68,144); }

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