Html Css Color HEX #EF397A Violet Red

📋 copy color: '#EF397A'

red 239 ◦ green 57 ◦ blue 122

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

Shades of Violet Red #EF397A

Tints of Violet Red #EF397A

RGB

 RED value IS 239 (93.75% from 255) = 57.18%

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

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

R = 57.18%
G = 13.64%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF397A (or 0xEF397A) is known color: Violet Red. HEX triplet: EF, 39 and 7A. RGB value is (239,57,122). Sum of RGB (Red+Green+Blue) = 239+57+122=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF397A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF397A is #10C685. Grayscale: #767676. Windows color (decimal): -1099398 or 8010223. OLE color: 8010223.

HSL color Cylindrical-coordinate representation of color #EF397A: hue angle of 338.57º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF397A is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 57 122 -
CMYK 0 0.76 0.49 0.06
HSL 338.57º 0.85% 0.58% -
HSV(B) 338.57º 0.76% 0.94% -
XYZ 40.57 22.68 20.65 -
YUV 118.83 129.8 213.71 -
System Red Green Blue C M Y K H S L
Decimal 239 57 122 0 0.76 0.49 0.06 338.57 0.85 0.58
Hex EF 39 7A 0 4C 31 6 153 55 3A
Octal 357 71 172 0 114 61 6 523 125 72
Binary 11101111 111001 1111010 0 1001100 110001 110 101010011 1010101 111010

Color Harmonies of #EF397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF397A

Black with #EF397A

Text Example


Text Example

White with #EF397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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