Html Css Color HEX #E7469B Violet Red

📋 copy color: '#E7469B'

red 231 ◦ green 70 ◦ blue 155

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

Shades of Violet Red #E7469B

Tints of Violet Red #E7469B

RGB

 RED value IS 231 (90.63% from 255) = 50.66%

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

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

R = 50.66%
G = 15.35%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7469B (or 0xE7469B) is known color: Violet Red. HEX triplet: E7, 46 and 9B. RGB value is (231,70,155). Sum of RGB (Red+Green+Blue) = 231+70+155=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7469B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7469B is #18B964. Grayscale: #7F7F7F. Windows color (decimal): -1620325 or 10176231. OLE color: 10176231.

HSL color Cylindrical-coordinate representation of color #E7469B: hue angle of 328.32º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7469B is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 70 155 -
CMYK 0 0.70 0.33 0.09
HSL 328.32º 0.77% 0.59% -
HSV(B) 328.32º 0.7% 0.91% -
XYZ 41.06 23.74 33.43 -
YUV 127.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 231 70 155 0 0.70 0.33 0.09 328.32 0.77 0.59
Hex E7 46 9B 0 46 21 9 148 4D 3B
Octal 347 106 233 0 106 41 11 510 115 73
Binary 11100111 1000110 10011011 0 1000110 100001 1001 101001000 1001101 111011

Color Harmonies of #E7469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7469B

Black with #E7469B

Text Example


Text Example

White with #E7469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7469B; }

 p { color: rgb(231,70,155); }

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

background-color css

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

 a { background-color: rgb(231,70,155); }

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

border-color css

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

 span { border-color: rgb(231,70,155); }

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