Html Css Color HEX #EB4099 Violet Red

📋 copy color: '#EB4099'

red 235 ◦ green 64 ◦ blue 153

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

Shades of Violet Red #EB4099

Tints of Violet Red #EB4099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.16%

 BLUE value IS 153 (60.16% from 255) = 33.85%

R = 51.99%
G = 14.16%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB4099 (or 0xEB4099) is known color: Violet Red. HEX triplet: EB, 40 and 99. RGB value is (235,64,153). Sum of RGB (Red+Green+Blue) = 235+64+153=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4099 is #14BF66. Grayscale: #7D7D7D. Windows color (decimal): -1359719 or 10043627. OLE color: 10043627.

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

Color convert

RGB 235 64 153 -
CMYK 0 0.73 0.35 0.08
HSL 328.77º 0.81% 0.59% -
HSV(B) 328.77º 0.73% 0.92% -
XYZ 41.84 23.63 32.49 -
YUV 125.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 235 64 153 0 0.73 0.35 0.08 328.77 0.81 0.59
Hex EB 40 99 0 49 23 8 149 51 3B
Octal 353 100 231 0 111 43 10 511 121 73
Binary 11101011 1000000 10011001 0 1001001 100011 1000 101001001 1010001 111011

Color Harmonies of #EB4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4099

Black with #EB4099

Text Example


Text Example

White with #EB4099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4099; }

 p { color: rgb(235,64,153); }

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

background-color css

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

 a { background-color: rgb(235,64,153); }

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

border-color css

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

 span { border-color: rgb(235,64,153); }

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