Html Css Color HEX #E9428C Violet Red

📋 copy color: '#E9428C'

red 233 ◦ green 66 ◦ blue 140

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

Shades of Violet Red #E9428C

Tints of Violet Red #E9428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.03%

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

R = 53.08%
G = 15.03%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E9428C (or 0xE9428C) is known color: Violet Red. HEX triplet: E9, 42 and 8C. RGB value is (233,66,140). Sum of RGB (Red+Green+Blue) = 233+66+140=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9428C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9428C is #16BD73. Grayscale: #7C7C7C. Windows color (decimal): -1490292 or 9192169. OLE color: 9192169.

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

Color convert

RGB 233 66 140 -
CMYK 0 0.72 0.40 0.09
HSL 333.41º 0.79% 0.59% -
HSV(B) 333.41º 0.72% 0.91% -
XYZ 40.29 23.11 27.15 -
YUV 124.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 233 66 140 0 0.72 0.40 0.09 333.41 0.79 0.59
Hex E9 42 8C 0 48 28 9 14D 4F 3B
Octal 351 102 214 0 110 50 11 515 117 73
Binary 11101001 1000010 10001100 0 1001000 101000 1001 101001101 1001111 111011

Color Harmonies of #E9428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9428C

Black with #E9428C

Text Example


Text Example

White with #E9428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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