Html Css Color HEX #EE4080 Violet Red

📋 copy color: '#EE4080'

red 238 ◦ green 64 ◦ blue 128

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

Shades of Violet Red #EE4080

Tints of Violet Red #EE4080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 55.35%
G = 14.88%
B = 29.77%

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

#EE4080 (or 0xEE4080) is known color: Violet Red. HEX triplet: EE, 40 and 80. RGB value is (238,64,128). Sum of RGB (Red+Green+Blue) = 238+64+128=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4080 is #11BF7F. Grayscale: #7B7B7B. Windows color (decimal): -1163136 or 8405230. OLE color: 8405230.

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

Color convert

RGB 238 64 128 -
CMYK 0 0.73 0.46 0.07
HSL 337.93º 0.84% 0.59% -
HSV(B) 337.93º 0.73% 0.93% -
XYZ 40.99 23.4 22.78 -
YUV 123.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 238 64 128 0 0.73 0.46 0.07 337.93 0.84 0.59
Hex EE 40 80 0 49 2E 7 152 54 3B
Octal 356 100 200 0 111 56 7 522 124 73
Binary 11101110 1000000 10000000 0 1001001 101110 111 101010010 1010100 111011

Color Harmonies of #EE4080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4080

Black with #EE4080

Text Example


Text Example

White with #EE4080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4080; }

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

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

background-color css

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

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

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

border-color css

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

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

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