Html Css Color HEX #EE397A Violet Red

📋 copy color: '#EE397A'

red 238 ◦ green 57 ◦ blue 122

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

Shades of Violet Red #EE397A

Tints of Violet Red #EE397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 57.07%
G = 13.67%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE397A (or 0xEE397A) is known color: Violet Red. HEX triplet: EE, 39 and 7A. RGB value is (238,57,122). Sum of RGB (Red+Green+Blue) = 238+57+122=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE397A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE397A is #11C685. Grayscale: #767676. Windows color (decimal): -1164934 or 8010222. OLE color: 8010222.

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

Color convert

RGB 238 57 122 -
CMYK 0 0.76 0.49 0.07
HSL 338.45º 0.84% 0.58% -
HSV(B) 338.45º 0.76% 0.93% -
XYZ 40.24 22.51 20.64 -
YUV 118.53 129.97 213.21 -
System Red Green Blue C M Y K H S L
Decimal 238 57 122 0 0.76 0.49 0.07 338.45 0.84 0.58
Hex EE 39 7A 0 4C 31 7 152 54 3A
Octal 356 71 172 0 114 61 7 522 124 72
Binary 11101110 111001 1111010 0 1001100 110001 111 101010010 1010100 111010

Color Harmonies of #EE397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE397A

Black with #EE397A

Text Example


Text Example

White with #EE397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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