Html Css Color HEX #E64695 Violet Red

📋 copy color: '#E64695'

red 230 ◦ green 70 ◦ blue 149

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

Shades of Violet Red #E64695

Tints of Violet Red #E64695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 51.22%
G = 15.59%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E64695 (or 0xE64695) is known color: Violet Red. HEX triplet: E6, 46 and 95. RGB value is (230,70,149). Sum of RGB (Red+Green+Blue) = 230+70+149=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E64695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64695 is #19B96A. Grayscale: #7E7E7E. Windows color (decimal): -1685867 or 9783014. OLE color: 9783014.

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

Color convert

RGB 230 70 149 -
CMYK 0 0.70 0.35 0.10
HSL 330.38º 0.76% 0.59% -
HSV(B) 330.38º 0.7% 0.9% -
XYZ 40.25 23.37 30.82 -
YUV 126.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 230 70 149 0 0.70 0.35 0.10 330.38 0.76 0.59
Hex E6 46 95 0 46 23 A 14A 4C 3B
Octal 346 106 225 0 106 43 12 512 114 73
Binary 11100110 1000110 10010101 0 1000110 100011 1010 101001010 1001100 111011

Color Harmonies of #E64695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64695

Black with #E64695

Text Example


Text Example

White with #E64695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64695; }

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

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

background-color css

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

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

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

border-color css

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

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

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