Html Css Color HEX #E6479B Violet Red

📋 copy color: '#E6479B'

red 230 ◦ green 71 ◦ blue 155

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

Shades of Violet Red #E6479B

Tints of Violet Red #E6479B

RGB

 RED value IS 230 (90.23% from 255) = 50.44%

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

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 50.44%
G = 15.57%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6479B (or 0xE6479B) is known color: Violet Red. HEX triplet: E6, 47 and 9B. RGB value is (230,71,155). Sum of RGB (Red+Green+Blue) = 230+71+155=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6479B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6479B is #19B864. Grayscale: #7F7F7F. Windows color (decimal): -1685605 or 10176486. OLE color: 10176486.

HSL color Cylindrical-coordinate representation of color #E6479B: hue angle of 328.3º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6479B is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 71 155 -
CMYK 0 0.69 0.33 0.10
HSL 328.3º 0.76% 0.59% -
HSV(B) 328.3º 0.69% 0.9% -
XYZ 40.8 23.7 33.43 -
YUV 128.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 230 71 155 0 0.69 0.33 0.10 328.3 0.76 0.59
Hex E6 47 9B 0 45 21 A 148 4C 3B
Octal 346 107 233 0 105 41 12 510 114 73
Binary 11100110 1000111 10011011 0 1000101 100001 1010 101001000 1001100 111011

Color Harmonies of #E6479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6479B

Black with #E6479B

Text Example


Text Example

White with #E6479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6479B; }

 p { color: rgb(230,71,155); }

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

background-color css

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

 a { background-color: rgb(230,71,155); }

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

border-color css

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

 span { border-color: rgb(230,71,155); }

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