Html Css Color HEX #E64085 Violet Red

📋 copy color: '#E64085'

red 230 ◦ green 64 ◦ blue 133

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

Shades of Violet Red #E64085

Tints of Violet Red #E64085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.99%

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 53.86%
G = 14.99%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E64085 (or 0xE64085) is known color: Violet Red. HEX triplet: E6, 40 and 85. RGB value is (230,64,133). Sum of RGB (Red+Green+Blue) = 230+64+133=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E64085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64085 is #19BF7A. Grayscale: #797979. Windows color (decimal): -1687419 or 8732902. OLE color: 8732902.

HSL color Cylindrical-coordinate representation of color #E64085: hue angle of 335.06º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64085 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 64 133 -
CMYK 0 0.72 0.42 0.10
HSL 335.06º 0.77% 0.58% -
HSV(B) 335.06º 0.72% 0.9% -
XYZ 38.7 22.18 24.43 -
YUV 121.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 230 64 133 0 0.72 0.42 0.10 335.06 0.77 0.58
Hex E6 40 85 0 48 2A A 14F 4D 3A
Octal 346 100 205 0 110 52 12 517 115 72
Binary 11100110 1000000 10000101 0 1001000 101010 1010 101001111 1001101 111010

Color Harmonies of #E64085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64085

Black with #E64085

Text Example


Text Example

White with #E64085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64085; }

 p { color: rgb(230,64,133); }

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

background-color css

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

 a { background-color: rgb(230,64,133); }

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

border-color css

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

 span { border-color: rgb(230,64,133); }

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