Html Css Color HEX #E9429B Violet Red

📋 copy color: '#E9429B'

red 233 ◦ green 66 ◦ blue 155

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

Shades of Violet Red #E9429B

Tints of Violet Red #E9429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.14%

R = 51.32%
G = 14.54%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9429B (or 0xE9429B) is known color: Violet Red. HEX triplet: E9, 42 and 9B. RGB value is (233,66,155). Sum of RGB (Red+Green+Blue) = 233+66+155=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E9429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9429B is #16BD64. Grayscale: #7D7D7D. Windows color (decimal): -1490277 or 10175209. OLE color: 10175209.

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

Color convert

RGB 233 66 155 -
CMYK 0 0.72 0.33 0.09
HSL 328.02º 0.79% 0.59% -
HSV(B) 328.02º 0.72% 0.91% -
XYZ 41.47 23.59 33.38 -
YUV 126.08 144.33 204.26 -
System Red Green Blue C M Y K H S L
Decimal 233 66 155 0 0.72 0.33 0.09 328.02 0.79 0.59
Hex E9 42 9B 0 48 21 9 148 4F 3B
Octal 351 102 233 0 110 41 11 510 117 73
Binary 11101001 1000010 10011011 0 1001000 100001 1001 101001000 1001111 111011

Color Harmonies of #E9429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9429B

Black with #E9429B

Text Example


Text Example

White with #E9429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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