Html Css Color HEX #E7407F Violet Red

📋 copy color: '#E7407F'

red 231 ◦ green 64 ◦ blue 127

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

Shades of Violet Red #E7407F

Tints of Violet Red #E7407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.09%

R = 54.74%
G = 15.17%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7407F (or 0xE7407F) is known color: Violet Red. HEX triplet: E7, 40 and 7F. RGB value is (231,64,127). Sum of RGB (Red+Green+Blue) = 231+64+127=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7407F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7407F is #18BF80. Grayscale: #797979. Windows color (decimal): -1621889 or 8339687. OLE color: 8339687.

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

Color convert

RGB 231 64 127 -
CMYK 0 0.72 0.45 0.09
HSL 337.37º 0.78% 0.58% -
HSV(B) 337.37º 0.72% 0.91% -
XYZ 38.62 22.19 22.33 -
YUV 121.12 131.33 206.38 -
System Red Green Blue C M Y K H S L
Decimal 231 64 127 0 0.72 0.45 0.09 337.37 0.78 0.58
Hex E7 40 7F 0 48 2D 9 151 4E 3A
Octal 347 100 177 0 110 55 11 521 116 72
Binary 11100111 1000000 1111111 0 1001000 101101 1001 101010001 1001110 111010

Color Harmonies of #E7407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7407F

Black with #E7407F

Text Example


Text Example

White with #E7407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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