Html Css Color HEX #EB479A Violet Red

📋 copy color: '#EB479A'

red 235 ◦ green 71 ◦ blue 154

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

Shades of Violet Red #EB479A

Tints of Violet Red #EB479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.43%

 BLUE value IS 154 (60.55% from 255) = 33.48%

R = 51.09%
G = 15.43%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB479A (or 0xEB479A) is known color: Violet Red. HEX triplet: EB, 47 and 9A. RGB value is (235,71,154). Sum of RGB (Red+Green+Blue) = 235+71+154=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB479A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB479A is #14B865. Grayscale: #818181. Windows color (decimal): -1357926 or 10110955. OLE color: 10110955.

HSL color Cylindrical-coordinate representation of color #EB479A: hue angle of 329.63º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB479A is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 154 -
CMYK 0 0.70 0.34 0.08
HSL 329.63º 0.8% 0.6% -
HSV(B) 329.63º 0.7% 0.92% -
XYZ 42.35 24.5 33.07 -
YUV 129.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 235 71 154 0 0.70 0.34 0.08 329.63 0.8 0.6
Hex EB 47 9A 0 46 22 8 14A 50 3C
Octal 353 107 232 0 106 42 10 512 120 74
Binary 11101011 1000111 10011010 0 1000110 100010 1000 101001010 1010000 111100

Color Harmonies of #EB479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB479A

Black with #EB479A

Text Example


Text Example

White with #EB479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB479A; }

 p { color: rgb(235,71,154); }

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

background-color css

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

 a { background-color: rgb(235,71,154); }

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

border-color css

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

 span { border-color: rgb(235,71,154); }

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