Html Css Color HEX #E64081 Violet Red

📋 copy color: '#E64081'

red 230 ◦ green 64 ◦ blue 129

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

Shades of Violet Red #E64081

Tints of Violet Red #E64081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 54.37%
G = 15.13%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E64081 (or 0xE64081) is known color: Violet Red. HEX triplet: E6, 40 and 81. RGB value is (230,64,129). Sum of RGB (Red+Green+Blue) = 230+64+129=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E64081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64081 is #19BF7E. Grayscale: #787878. Windows color (decimal): -1687423 or 8470758. OLE color: 8470758.

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

Color convert

RGB 230 64 129 -
CMYK 0 0.72 0.44 0.10
HSL 336.51º 0.77% 0.58% -
HSV(B) 336.51º 0.72% 0.9% -
XYZ 38.43 22.07 23 -
YUV 121.04 132.5 205.71 -
System Red Green Blue C M Y K H S L
Decimal 230 64 129 0 0.72 0.44 0.10 336.51 0.77 0.58
Hex E6 40 81 0 48 2C A 151 4D 3A
Octal 346 100 201 0 110 54 12 521 115 72
Binary 11100110 1000000 10000001 0 1001000 101100 1010 101010001 1001101 111010

Color Harmonies of #E64081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64081

Black with #E64081

Text Example


Text Example

White with #E64081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64081; }

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

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

background-color css

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

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

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

border-color css

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

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

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