Html Css Color HEX #E64694 Violet Red

📋 copy color: '#E64694'

red 230 ◦ green 70 ◦ blue 148

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

Shades of Violet Red #E64694

Tints of Violet Red #E64694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 51.34%
G = 15.63%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E64694 (or 0xE64694) is known color: Violet Red. HEX triplet: E6, 46 and 94. RGB value is (230,70,148). Sum of RGB (Red+Green+Blue) = 230+70+148=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E64694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64694 is #19B96B. Grayscale: #7E7E7E. Windows color (decimal): -1685868 or 9717478. OLE color: 9717478.

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

Color convert

RGB 230 70 148 -
CMYK 0 0.70 0.36 0.10
HSL 330.75º 0.76% 0.59% -
HSV(B) 330.75º 0.7% 0.9% -
XYZ 40.17 23.34 30.41 -
YUV 126.73 140.01 201.66 -
System Red Green Blue C M Y K H S L
Decimal 230 70 148 0 0.70 0.36 0.10 330.75 0.76 0.59
Hex E6 46 94 0 46 24 A 14B 4C 3B
Octal 346 106 224 0 106 44 12 513 114 73
Binary 11100110 1000110 10010100 0 1000110 100100 1010 101001011 1001100 111011

Color Harmonies of #E64694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64694

Black with #E64694

Text Example


Text Example

White with #E64694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64694; }

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

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

background-color css

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

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

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

border-color css

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

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

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