Html Css Color HEX #EF397B Violet Red

📋 copy color: '#EF397B'

red 239 ◦ green 57 ◦ blue 123

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

Shades of Violet Red #EF397B

Tints of Violet Red #EF397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.36%

R = 57.04%
G = 13.6%
B = 29.36%

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

#EF397B (or 0xEF397B) is known color: Violet Red. HEX triplet: EF, 39 and 7B. RGB value is (239,57,123). Sum of RGB (Red+Green+Blue) = 239+57+123=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF397B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF397B is #10C684. Grayscale: #767676. Windows color (decimal): -1099397 or 8075759. OLE color: 8075759.

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

Color convert

RGB 239 57 123 -
CMYK 0 0.76 0.49 0.06
HSL 338.24º 0.85% 0.58% -
HSV(B) 338.24º 0.76% 0.94% -
XYZ 40.63 22.71 20.98 -
YUV 118.94 130.3 213.63 -
System Red Green Blue C M Y K H S L
Decimal 239 57 123 0 0.76 0.49 0.06 338.24 0.85 0.58
Hex EF 39 7B 0 4C 31 6 152 55 3A
Octal 357 71 173 0 114 61 6 522 125 72
Binary 11101111 111001 1111011 0 1001100 110001 110 101010010 1010101 111010

Color Harmonies of #EF397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF397B

Black with #EF397B

Text Example


Text Example

White with #EF397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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