Html Css Color HEX #EE377C Violet Red

📋 copy color: '#EE377C'

red 238 ◦ green 55 ◦ blue 124

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

Shades of Violet Red #EE377C

Tints of Violet Red #EE377C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 57.07%
G = 13.19%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE377C (or 0xEE377C) is known color: Violet Red. HEX triplet: EE, 37 and 7C. RGB value is (238,55,124). Sum of RGB (Red+Green+Blue) = 238+55+124=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE377C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE377C is #11C883. Grayscale: #757575. Windows color (decimal): -1165444 or 8140782. OLE color: 8140782.

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

Color convert

RGB 238 55 124 -
CMYK 0 0.77 0.48 0.07
HSL 337.38º 0.84% 0.57% -
HSV(B) 337.38º 0.77% 0.93% -
XYZ 40.26 22.36 21.26 -
YUV 117.58 131.63 213.89 -
System Red Green Blue C M Y K H S L
Decimal 238 55 124 0 0.77 0.48 0.07 337.38 0.84 0.57
Hex EE 37 7C 0 4D 30 7 151 54 39
Octal 356 67 174 0 115 60 7 521 124 71
Binary 11101110 110111 1111100 0 1001101 110000 111 101010001 1010100 111001

Color Harmonies of #EE377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE377C

Black with #EE377C

Text Example


Text Example

White with #EE377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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