Html Css Color HEX #E6469E Violet Red

📋 copy color: '#E6469E'

red 230 ◦ green 70 ◦ blue 158

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

Shades of Violet Red #E6469E

Tints of Violet Red #E6469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.28%

 BLUE value IS 158 (62.11% from 255) = 34.5%

R = 50.22%
G = 15.28%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6469E (or 0xE6469E) is known color: Violet Red. HEX triplet: E6, 46 and 9E. RGB value is (230,70,158). Sum of RGB (Red+Green+Blue) = 230+70+158=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6469E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6469E is #19B961. Grayscale: #7F7F7F. Windows color (decimal): -1685858 or 10372838. OLE color: 10372838.

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

Color convert

RGB 230 70 158 -
CMYK 0 0.70 0.31 0.10
HSL 327º 0.76% 0.59% -
HSV(B) 327º 0.7% 0.9% -
XYZ 40.99 23.67 34.76 -
YUV 127.87 145.01 200.84 -
System Red Green Blue C M Y K H S L
Decimal 230 70 158 0 0.70 0.31 0.10 327 0.76 0.59
Hex E6 46 9E 0 46 1F A 147 4C 3B
Octal 346 106 236 0 106 37 12 507 114 73
Binary 11100110 1000110 10011110 0 1000110 11111 1010 101000111 1001100 111011

Color Harmonies of #E6469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6469E

Black with #E6469E

Text Example


Text Example

White with #E6469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6469E; }

 p { color: rgb(230,70,158); }

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

background-color css

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

 a { background-color: rgb(230,70,158); }

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

border-color css

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

 span { border-color: rgb(230,70,158); }

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