Html Css Color HEX #EB4096 Violet Red

📋 copy color: '#EB4096'

red 235 ◦ green 64 ◦ blue 150

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

Shades of Violet Red #EB4096

Tints of Violet Red #EB4096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.41%

R = 52.34%
G = 14.25%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EB4096 (or 0xEB4096) is known color: Violet Red. HEX triplet: EB, 40 and 96. RGB value is (235,64,150). Sum of RGB (Red+Green+Blue) = 235+64+150=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4096 is #14BF69. Grayscale: #7C7C7C. Windows color (decimal): -1359722 or 9847019. OLE color: 9847019.

HSL color Cylindrical-coordinate representation of color #EB4096: hue angle of 329.82º 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 #EB4096 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 150 -
CMYK 0 0.73 0.36 0.08
HSL 329.82º 0.81% 0.59% -
HSV(B) 329.82º 0.73% 0.92% -
XYZ 41.6 23.53 31.2 -
YUV 124.93 142.15 206.51 -
System Red Green Blue C M Y K H S L
Decimal 235 64 150 0 0.73 0.36 0.08 329.82 0.81 0.59
Hex EB 40 96 0 49 24 8 14A 51 3B
Octal 353 100 226 0 111 44 10 512 121 73
Binary 11101011 1000000 10010110 0 1001001 100100 1000 101001010 1010001 111011

Color Harmonies of #EB4096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4096

Black with #EB4096

Text Example


Text Example

White with #EB4096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4096; }

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

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

background-color css

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

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

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

border-color css

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

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

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