Html Css Color HEX #E9448C Violet Red

📋 copy color: '#E9448C'

red 233 ◦ green 68 ◦ blue 140

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

Shades of Violet Red #E9448C

Tints of Violet Red #E9448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.75%

R = 52.83%
G = 15.42%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E9448C (or 0xE9448C) is known color: Violet Red. HEX triplet: E9, 44 and 8C. RGB value is (233,68,140). Sum of RGB (Red+Green+Blue) = 233+68+140=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9448C is #16BB73. Grayscale: #7D7D7D. Windows color (decimal): -1489780 or 9192681. OLE color: 9192681.

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

Color convert

RGB 233 68 140 -
CMYK 0 0.71 0.40 0.09
HSL 333.82º 0.79% 0.59% -
HSV(B) 333.82º 0.71% 0.91% -
XYZ 40.41 23.35 27.19 -
YUV 125.54 136.16 204.65 -
System Red Green Blue C M Y K H S L
Decimal 233 68 140 0 0.71 0.40 0.09 333.82 0.79 0.59
Hex E9 44 8C 0 47 28 9 14E 4F 3B
Octal 351 104 214 0 107 50 11 516 117 73
Binary 11101001 1000100 10001100 0 1000111 101000 1001 101001110 1001111 111011

Color Harmonies of #E9448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9448C

Black with #E9448C

Text Example


Text Example

White with #E9448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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