Html Css Color HEX #E74081 Violet Red

📋 copy color: '#E74081'

red 231 ◦ green 64 ◦ blue 129

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

Shades of Violet Red #E74081

Tints of Violet Red #E74081

RGB

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

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

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

R = 54.48%
G = 15.09%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E74081 (or 0xE74081) is known color: Violet Red. HEX triplet: E7, 40 and 81. RGB value is (231,64,129). Sum of RGB (Red+Green+Blue) = 231+64+129=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E74081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74081 is #18BF7E. Grayscale: #797979. Windows color (decimal): -1621887 or 8470759. OLE color: 8470759.

HSL color Cylindrical-coordinate representation of color #E74081: hue angle of 336.65º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74081 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 129 -
CMYK 0 0.72 0.44 0.09
HSL 336.65º 0.78% 0.58% -
HSV(B) 336.65º 0.72% 0.91% -
XYZ 38.75 22.24 23.02 -
YUV 121.34 132.33 206.21 -
System Red Green Blue C M Y K H S L
Decimal 231 64 129 0 0.72 0.44 0.09 336.65 0.78 0.58
Hex E7 40 81 0 48 2C 9 151 4E 3A
Octal 347 100 201 0 110 54 11 521 116 72
Binary 11100111 1000000 10000001 0 1001000 101100 1001 101010001 1001110 111010

Color Harmonies of #E74081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74081

Black with #E74081

Text Example


Text Example

White with #E74081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74081; }

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

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

background-color css

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

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

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

border-color css

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

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

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