Html Css Color HEX #E74281 Violet Red

📋 copy color: '#E74281'

red 231 ◦ green 66 ◦ blue 129

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

Shades of Violet Red #E74281

Tints of Violet Red #E74281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.49%

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

R = 54.23%
G = 15.49%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E74281 (or 0xE74281) is known color: Violet Red. HEX triplet: E7, 42 and 81. RGB value is (231,66,129). Sum of RGB (Red+Green+Blue) = 231+66+129=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E74281 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74281 is #18BD7E. Grayscale: #7A7A7A. Windows color (decimal): -1621375 or 8471271. OLE color: 8471271.

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

Color convert

RGB 231 66 129 -
CMYK 0 0.71 0.44 0.09
HSL 337.09º 0.77% 0.58% -
HSV(B) 337.09º 0.71% 0.91% -
XYZ 38.87 22.47 23.06 -
YUV 122.52 131.66 205.38 -
System Red Green Blue C M Y K H S L
Decimal 231 66 129 0 0.71 0.44 0.09 337.09 0.77 0.58
Hex E7 42 81 0 47 2C 9 151 4D 3A
Octal 347 102 201 0 107 54 11 521 115 72
Binary 11100111 1000010 10000001 0 1000111 101100 1001 101010001 1001101 111010

Color Harmonies of #E74281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74281

Black with #E74281

Text Example


Text Example

White with #E74281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74281; }

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

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

background-color css

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

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

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

border-color css

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

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

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