Html Css Color HEX #EE408D Violet Red

📋 copy color: '#EE408D'

red 238 ◦ green 64 ◦ blue 141

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

Shades of Violet Red #EE408D

Tints of Violet Red #EE408D

RGB

 RED value IS 238 (93.36% from 255) = 53.72%

 GREEN value IS 64 (25.39% from 255) = 14.45%

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

R = 53.72%
G = 14.45%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE408D (or 0xEE408D) is known color: Violet Red. HEX triplet: EE, 40 and 8D. RGB value is (238,64,141). Sum of RGB (Red+Green+Blue) = 238+64+141=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE408D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE408D is #11BF72. Grayscale: #7C7C7C. Windows color (decimal): -1163123 or 9257198. OLE color: 9257198.

HSL color Cylindrical-coordinate representation of color #EE408D: hue angle of 333.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE408D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 64 141 -
CMYK 0 0.73 0.41 0.07
HSL 333.45º 0.84% 0.59% -
HSV(B) 333.45º 0.73% 0.93% -
XYZ 41.9 23.77 27.58 -
YUV 124.8 137.15 208.74 -
System Red Green Blue C M Y K H S L
Decimal 238 64 141 0 0.73 0.41 0.07 333.45 0.84 0.59
Hex EE 40 8D 0 49 29 7 14D 54 3B
Octal 356 100 215 0 111 51 7 515 124 73
Binary 11101110 1000000 10001101 0 1001001 101001 111 101001101 1010100 111011

Color Harmonies of #EE408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE408D

Black with #EE408D

Text Example


Text Example

White with #EE408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE408D; }

 p { color: rgb(238,64,141); }

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

background-color css

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

 a { background-color: rgb(238,64,141); }

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

border-color css

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

 span { border-color: rgb(238,64,141); }

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