Html Css Color HEX #E74282 Violet Red

📋 copy color: '#E74282'

red 231 ◦ green 66 ◦ blue 130

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

Shades of Violet Red #E74282

Tints of Violet Red #E74282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.44%

R = 54.1%
G = 15.46%
B = 30.44%

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

#E74282 (or 0xE74282) is known color: Violet Red. HEX triplet: E7, 42 and 82. RGB value is (231,66,130). Sum of RGB (Red+Green+Blue) = 231+66+130=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E74282 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74282 is #18BD7D. Grayscale: #7A7A7A. Windows color (decimal): -1621374 or 8536807. OLE color: 8536807.

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

Color convert

RGB 231 66 130 -
CMYK 0 0.71 0.44 0.09
HSL 336.73º 0.77% 0.58% -
HSV(B) 336.73º 0.71% 0.91% -
XYZ 38.93 22.5 23.41 -
YUV 122.63 132.16 205.3 -
System Red Green Blue C M Y K H S L
Decimal 231 66 130 0 0.71 0.44 0.09 336.73 0.77 0.58
Hex E7 42 82 0 47 2C 9 151 4D 3A
Octal 347 102 202 0 107 54 11 521 115 72
Binary 11100111 1000010 10000010 0 1000111 101100 1001 101010001 1001101 111010

Color Harmonies of #E74282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74282

Black with #E74282

Text Example


Text Example

White with #E74282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74282; }

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

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

background-color css

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

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

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

border-color css

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

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

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