Html Css Color HEX #E6479A Violet Red

📋 copy color: '#E6479A'

red 230 ◦ green 71 ◦ blue 154

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

Shades of Violet Red #E6479A

Tints of Violet Red #E6479A

RGB

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

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

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

R = 50.55%
G = 15.6%
B = 33.85%

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

#E6479A (or 0xE6479A) is known color: Violet Red. HEX triplet: E6, 47 and 9A. RGB value is (230,71,154). Sum of RGB (Red+Green+Blue) = 230+71+154=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6479A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6479A is #19B865. Grayscale: #7F7F7F. Windows color (decimal): -1685606 or 10110950. OLE color: 10110950.

HSL color Cylindrical-coordinate representation of color #E6479A: hue angle of 328.68º 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 #E6479A is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 71 154 -
CMYK 0 0.69 0.33 0.10
HSL 328.68º 0.76% 0.59% -
HSV(B) 328.68º 0.69% 0.9% -
XYZ 40.72 23.66 32.99 -
YUV 128 142.68 200.75 -
System Red Green Blue C M Y K H S L
Decimal 230 71 154 0 0.69 0.33 0.10 328.68 0.76 0.59
Hex E6 47 9A 0 45 21 A 149 4C 3B
Octal 346 107 232 0 105 41 12 511 114 73
Binary 11100110 1000111 10011010 0 1000101 100001 1010 101001001 1001100 111011

Color Harmonies of #E6479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6479A

Black with #E6479A

Text Example


Text Example

White with #E6479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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