Html Css Color HEX #E9417D Violet Red

📋 copy color: '#E9417D'

red 233 ◦ green 65 ◦ blue 125

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

Shades of Violet Red #E9417D

Tints of Violet Red #E9417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 55.08%
G = 15.37%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9417D (or 0xE9417D) is known color: Violet Red. HEX triplet: E9, 41 and 7D. RGB value is (233,65,125). Sum of RGB (Red+Green+Blue) = 233+65+125=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E9417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9417D is #16BE82. Grayscale: #7A7A7A. Windows color (decimal): -1490563 or 8208873. OLE color: 8208873.

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

Color convert

RGB 233 65 125 -
CMYK 0 0.72 0.46 0.09
HSL 338.57º 0.79% 0.58% -
HSV(B) 338.57º 0.72% 0.91% -
XYZ 39.2 22.58 21.7 -
YUV 122.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 233 65 125 0 0.72 0.46 0.09 338.57 0.79 0.58
Hex E9 41 7D 0 48 2E 9 153 4F 3A
Octal 351 101 175 0 110 56 11 523 117 72
Binary 11101001 1000001 1111101 0 1001000 101110 1001 101010011 1001111 111010

Color Harmonies of #E9417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9417D

Black with #E9417D

Text Example


Text Example

White with #E9417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9417D; }

 p { color: rgb(233,65,125); }

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

background-color css

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

 a { background-color: rgb(233,65,125); }

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

border-color css

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

 span { border-color: rgb(233,65,125); }

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