Html Css Color HEX #EE377D Violet Red

📋 copy color: '#EE377D'

red 238 ◦ green 55 ◦ blue 125

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

Shades of Violet Red #EE377D

Tints of Violet Red #EE377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 56.94%
G = 13.16%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE377D (or 0xEE377D) is known color: Violet Red. HEX triplet: EE, 37 and 7D. RGB value is (238,55,125). Sum of RGB (Red+Green+Blue) = 238+55+125=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE377D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE377D is #11C882. Grayscale: #757575. Windows color (decimal): -1165443 or 8206318. OLE color: 8206318.

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

Color convert

RGB 238 55 125 -
CMYK 0 0.77 0.47 0.07
HSL 337.05º 0.84% 0.57% -
HSV(B) 337.05º 0.77% 0.93% -
XYZ 40.33 22.39 21.6 -
YUV 117.7 132.13 213.81 -
System Red Green Blue C M Y K H S L
Decimal 238 55 125 0 0.77 0.47 0.07 337.05 0.84 0.57
Hex EE 37 7D 0 4D 2F 7 151 54 39
Octal 356 67 175 0 115 57 7 521 124 71
Binary 11101110 110111 1111101 0 1001101 101111 111 101010001 1010100 111001

Color Harmonies of #EE377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE377D

Black with #EE377D

Text Example


Text Example

White with #EE377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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