Html Css Color HEX #E9448D Violet Red

📋 copy color: '#E9448D'

red 233 ◦ green 68 ◦ blue 141

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

Shades of Violet Red #E9448D

Tints of Violet Red #E9448D

RGB

 RED value IS 233 (91.41% from 255) = 52.71%

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

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

R = 52.71%
G = 15.38%
B = 31.9%

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

#E9448D (or 0xE9448D) is known color: Violet Red. HEX triplet: E9, 44 and 8D. RGB value is (233,68,141). Sum of RGB (Red+Green+Blue) = 233+68+141=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E9448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9448D is #16BB72. Grayscale: #7D7D7D. Windows color (decimal): -1489779 or 9258217. OLE color: 9258217.

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

Color convert

RGB 233 68 141 -
CMYK 0 0.71 0.39 0.09
HSL 333.45º 0.79% 0.59% -
HSV(B) 333.45º 0.71% 0.91% -
XYZ 40.48 23.38 27.58 -
YUV 125.66 136.66 204.56 -
System Red Green Blue C M Y K H S L
Decimal 233 68 141 0 0.71 0.39 0.09 333.45 0.79 0.59
Hex E9 44 8D 0 47 27 9 14D 4F 3B
Octal 351 104 215 0 107 47 11 515 117 73
Binary 11101001 1000100 10001101 0 1000111 100111 1001 101001101 1001111 111011

Color Harmonies of #E9448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9448D

Black with #E9448D

Text Example


Text Example

White with #E9448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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