Html Css Color HEX #E6469C Violet Red

📋 copy color: '#E6469C'

red 230 ◦ green 70 ◦ blue 156

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

Shades of Violet Red #E6469C

Tints of Violet Red #E6469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 50.44%
G = 15.35%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6469C (or 0xE6469C) is known color: Violet Red. HEX triplet: E6, 46 and 9C. RGB value is (230,70,156). Sum of RGB (Red+Green+Blue) = 230+70+156=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6469C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6469C is #19B963. Grayscale: #7F7F7F. Windows color (decimal): -1685860 or 10241766. OLE color: 10241766.

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

Color convert

RGB 230 70 156 -
CMYK 0 0.70 0.32 0.10
HSL 327.75º 0.76% 0.59% -
HSV(B) 327.75º 0.7% 0.9% -
XYZ 40.82 23.6 33.86 -
YUV 127.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 230 70 156 0 0.70 0.32 0.10 327.75 0.76 0.59
Hex E6 46 9C 0 46 20 A 148 4C 3B
Octal 346 106 234 0 106 40 12 510 114 73
Binary 11100110 1000110 10011100 0 1000110 100000 1010 101001000 1001100 111011

Color Harmonies of #E6469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6469C

Black with #E6469C

Text Example


Text Example

White with #E6469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6469C; }

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

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

background-color css

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

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

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

border-color css

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

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

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