Html Css Color HEX #EF4079 Violet Red

📋 copy color: '#EF4079'

red 239 ◦ green 64 ◦ blue 121

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

Shades of Violet Red #EF4079

Tints of Violet Red #EF4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.09%

 BLUE value IS 121 (47.66% from 255) = 28.54%

R = 56.37%
G = 15.09%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF4079 (or 0xEF4079) is known color: Violet Red. HEX triplet: EF, 40 and 79. RGB value is (239,64,121). Sum of RGB (Red+Green+Blue) = 239+64+121=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4079 is #10BF86. Grayscale: #7A7A7A. Windows color (decimal): -1097607 or 7946479. OLE color: 7946479.

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

Color convert

RGB 239 64 121 -
CMYK 0 0.73 0.49 0.06
HSL 340.46º 0.85% 0.59% -
HSV(B) 340.46º 0.73% 0.94% -
XYZ 40.88 23.4 20.45 -
YUV 122.82 126.98 210.87 -
System Red Green Blue C M Y K H S L
Decimal 239 64 121 0 0.73 0.49 0.06 340.46 0.85 0.59
Hex EF 40 79 0 49 31 6 154 55 3B
Octal 357 100 171 0 111 61 6 524 125 73
Binary 11101111 1000000 1111001 0 1001001 110001 110 101010100 1010101 111011

Color Harmonies of #EF4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4079

Black with #EF4079

Text Example


Text Example

White with #EF4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4079; }

 p { color: rgb(239,64,121); }

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

background-color css

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

 a { background-color: rgb(239,64,121); }

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

border-color css

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

 span { border-color: rgb(239,64,121); }

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