Html Css Color HEX #EF387C Violet Red

📋 copy color: '#EF387C'

red 239 ◦ green 56 ◦ blue 124

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

Shades of Violet Red #EF387C

Tints of Violet Red #EF387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.37%

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

R = 57.04%
G = 13.37%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF387C (or 0xEF387C) is known color: Violet Red. HEX triplet: EF, 38 and 7C. RGB value is (239,56,124). Sum of RGB (Red+Green+Blue) = 239+56+124=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF387C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF387C is #10C783. Grayscale: #767676. Windows color (decimal): -1099652 or 8141039. OLE color: 8141039.

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

Color convert

RGB 239 56 124 -
CMYK 0 0.77 0.48 0.06
HSL 337.7º 0.85% 0.58% -
HSV(B) 337.7º 0.77% 0.94% -
XYZ 40.65 22.63 21.3 -
YUV 118.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 239 56 124 0 0.77 0.48 0.06 337.7 0.85 0.58
Hex EF 38 7C 0 4D 30 6 152 55 3A
Octal 357 70 174 0 115 60 6 522 125 72
Binary 11101111 111000 1111100 0 1001101 110000 110 101010010 1010101 111010

Color Harmonies of #EF387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF387C

Black with #EF387C

Text Example


Text Example

White with #EF387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF387C; }

 p { color: rgb(239,56,124); }

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

background-color css

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

 a { background-color: rgb(239,56,124); }

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

border-color css

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

 span { border-color: rgb(239,56,124); }

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