Html Css Color HEX #EF398C Violet Red

📋 copy color: '#EF398C'

red 239 ◦ green 57 ◦ blue 140

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

Shades of Violet Red #EF398C

Tints of Violet Red #EF398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.11%

R = 54.82%
G = 13.07%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF398C (or 0xEF398C) is known color: Violet Red. HEX triplet: EF, 39 and 8C. RGB value is (239,57,140). Sum of RGB (Red+Green+Blue) = 239+57+140=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF398C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF398C is #10C673. Grayscale: #787878. Windows color (decimal): -1099380 or 9189871. OLE color: 9189871.

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

Color convert

RGB 239 57 140 -
CMYK 0 0.76 0.41 0.06
HSL 332.64º 0.85% 0.58% -
HSV(B) 332.64º 0.76% 0.94% -
XYZ 41.79 23.17 27.08 -
YUV 120.88 138.8 212.25 -
System Red Green Blue C M Y K H S L
Decimal 239 57 140 0 0.76 0.41 0.06 332.64 0.85 0.58
Hex EF 39 8C 0 4C 29 6 14D 55 3A
Octal 357 71 214 0 114 51 6 515 125 72
Binary 11101111 111001 10001100 0 1001100 101001 110 101001101 1010101 111010

Color Harmonies of #EF398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF398C

Black with #EF398C

Text Example


Text Example

White with #EF398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF398C; }

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

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

background-color css

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

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

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

border-color css

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

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

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