Html Css Color HEX #EE4081 Violet Red

📋 copy color: '#EE4081'

red 238 ◦ green 64 ◦ blue 129

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

Shades of Violet Red #EE4081

Tints of Violet Red #EE4081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 55.22%
G = 14.85%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE4081 (or 0xEE4081) is known color: Violet Red. HEX triplet: EE, 40 and 81. RGB value is (238,64,129). Sum of RGB (Red+Green+Blue) = 238+64+129=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4081 is #11BF7E. Grayscale: #7B7B7B. Windows color (decimal): -1163135 or 8470766. OLE color: 8470766.

HSL color Cylindrical-coordinate representation of color #EE4081: hue angle of 337.59º 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 #EE4081 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 64 129 -
CMYK 0 0.73 0.46 0.07
HSL 337.59º 0.84% 0.59% -
HSV(B) 337.59º 0.73% 0.93% -
XYZ 41.06 23.43 23.13 -
YUV 123.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 238 64 129 0 0.73 0.46 0.07 337.59 0.84 0.59
Hex EE 40 81 0 49 2E 7 152 54 3B
Octal 356 100 201 0 111 56 7 522 124 73
Binary 11101110 1000000 10000001 0 1001001 101110 111 101010010 1010100 111011

Color Harmonies of #EE4081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4081

Black with #EE4081

Text Example


Text Example

White with #EE4081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4081; }

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

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

background-color css

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

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

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

border-color css

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

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

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