Html Css Color HEX #EE397C Violet Red

📋 copy color: '#EE397C'

red 238 ◦ green 57 ◦ blue 124

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

Shades of Violet Red #EE397C

Tints of Violet Red #EE397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.6%

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

R = 56.8%
G = 13.6%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE397C (or 0xEE397C) is known color: Violet Red. HEX triplet: EE, 39 and 7C. RGB value is (238,57,124). Sum of RGB (Red+Green+Blue) = 238+57+124=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE397C is #11C683. Grayscale: #767676. Windows color (decimal): -1164932 or 8141294. OLE color: 8141294.

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

Color convert

RGB 238 57 124 -
CMYK 0 0.76 0.48 0.07
HSL 337.79º 0.84% 0.58% -
HSV(B) 337.79º 0.76% 0.93% -
XYZ 40.36 22.56 21.3 -
YUV 118.76 130.97 213.05 -
System Red Green Blue C M Y K H S L
Decimal 238 57 124 0 0.76 0.48 0.07 337.79 0.84 0.58
Hex EE 39 7C 0 4C 30 7 152 54 3A
Octal 356 71 174 0 114 60 7 522 124 72
Binary 11101110 111001 1111100 0 1001100 110000 111 101010010 1010100 111010

Color Harmonies of #EE397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE397C

Black with #EE397C

Text Example


Text Example

White with #EE397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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