Html Css Color HEX #EF4076 Violet Red

📋 copy color: '#EF4076'

red 239 ◦ green 64 ◦ blue 118

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

Shades of Violet Red #EF4076

Tints of Violet Red #EF4076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 56.77%
G = 15.2%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF4076 (or 0xEF4076) is known color: Violet Red. HEX triplet: EF, 40 and 76. RGB value is (239,64,118). Sum of RGB (Red+Green+Blue) = 239+64+118=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4076 is #10BF89. Grayscale: #7A7A7A. Windows color (decimal): -1097610 or 7749871. OLE color: 7749871.

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

Color convert

RGB 239 64 118 -
CMYK 0 0.73 0.51 0.06
HSL 341.49º 0.85% 0.59% -
HSV(B) 341.49º 0.73% 0.94% -
XYZ 40.7 23.33 19.5 -
YUV 122.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 239 64 118 0 0.73 0.51 0.06 341.49 0.85 0.59
Hex EF 40 76 0 49 33 6 155 55 3B
Octal 357 100 166 0 111 63 6 525 125 73
Binary 11101111 1000000 1110110 0 1001001 110011 110 101010101 1010101 111011

Color Harmonies of #EF4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4076

Black with #EF4076

Text Example


Text Example

White with #EF4076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4076; }

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

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

background-color css

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

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

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

border-color css

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

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

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