Html Css Color HEX #E7448E Violet Red

📋 copy color: '#E7448E'

red 231 ◦ green 68 ◦ blue 142

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

Shades of Violet Red #E7448E

Tints of Violet Red #E7448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.42%

 BLUE value IS 142 (55.86% from 255) = 32.2%

R = 52.38%
G = 15.42%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7448E (or 0xE7448E) is known color: Violet Red. HEX triplet: E7, 44 and 8E. RGB value is (231,68,142). Sum of RGB (Red+Green+Blue) = 231+68+142=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7448E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7448E is #18BB71. Grayscale: #7D7D7D. Windows color (decimal): -1620850 or 9323751. OLE color: 9323751.

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

Color convert

RGB 231 68 142 -
CMYK 0 0.71 0.39 0.09
HSL 332.76º 0.77% 0.59% -
HSV(B) 332.76º 0.71% 0.91% -
XYZ 39.9 23.08 27.94 -
YUV 125.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 231 68 142 0 0.71 0.39 0.09 332.76 0.77 0.59
Hex E7 44 8E 0 47 27 9 14D 4D 3B
Octal 347 104 216 0 107 47 11 515 115 73
Binary 11100111 1000100 10001110 0 1000111 100111 1001 101001101 1001101 111011

Color Harmonies of #E7448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7448E

Black with #E7448E

Text Example


Text Example

White with #E7448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7448E; }

 p { color: rgb(231,68,142); }

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

background-color css

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

 a { background-color: rgb(231,68,142); }

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

border-color css

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

 span { border-color: rgb(231,68,142); }

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