Html Css Color HEX #EE3780 Violet Red

📋 copy color: '#EE3780'

red 238 ◦ green 55 ◦ blue 128

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

Shades of Violet Red #EE3780

Tints of Violet Red #EE3780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.06%

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

R = 56.53%
G = 13.06%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE3780 (or 0xEE3780) is known color: Violet Red. HEX triplet: EE, 37 and 80. RGB value is (238,55,128). Sum of RGB (Red+Green+Blue) = 238+55+128=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3780 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3780 is #11C87F. Grayscale: #757575. Windows color (decimal): -1165440 or 8402926. OLE color: 8402926.

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

Color convert

RGB 238 55 128 -
CMYK 0 0.77 0.46 0.07
HSL 336.07º 0.84% 0.57% -
HSV(B) 336.07º 0.77% 0.93% -
XYZ 40.52 22.47 22.62 -
YUV 118.04 133.63 213.56 -
System Red Green Blue C M Y K H S L
Decimal 238 55 128 0 0.77 0.46 0.07 336.07 0.84 0.57
Hex EE 37 80 0 4D 2E 7 150 54 39
Octal 356 67 200 0 115 56 7 520 124 71
Binary 11101110 110111 10000000 0 1001101 101110 111 101010000 1010100 111001

Color Harmonies of #EE3780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3780

Black with #EE3780

Text Example


Text Example

White with #EE3780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3780; }

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

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

background-color css

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

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

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

border-color css

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

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

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