Html Css Color HEX #E7448D Violet Red

📋 copy color: '#E7448D'

red 231 ◦ green 68 ◦ blue 141

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

Shades of Violet Red #E7448D

Tints of Violet Red #E7448D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 52.5%
G = 15.45%
B = 32.05%

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

#E7448D (or 0xE7448D) is known color: Violet Red. HEX triplet: E7, 44 and 8D. RGB value is (231,68,141). Sum of RGB (Red+Green+Blue) = 231+68+141=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7448D is #18BB72. Grayscale: #7C7C7C. Windows color (decimal): -1620851 or 9258215. OLE color: 9258215.

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

Color convert

RGB 231 68 141 -
CMYK 0 0.71 0.39 0.09
HSL 333.13º 0.77% 0.59% -
HSV(B) 333.13º 0.71% 0.91% -
XYZ 39.83 23.05 27.55 -
YUV 125.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 231 68 141 0 0.71 0.39 0.09 333.13 0.77 0.59
Hex E7 44 8D 0 47 27 9 14D 4D 3B
Octal 347 104 215 0 107 47 11 515 115 73
Binary 11100111 1000100 10001101 0 1000111 100111 1001 101001101 1001101 111011

Color Harmonies of #E7448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7448D

Black with #E7448D

Text Example


Text Example

White with #E7448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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