Html Css Color HEX #EF407C Violet Red

📋 copy color: '#EF407C'

red 239 ◦ green 64 ◦ blue 124

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

Shades of Violet Red #EF407C

Tints of Violet Red #EF407C

RGB

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

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

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

R = 55.97%
G = 14.99%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF407C (or 0xEF407C) is known color: Violet Red. HEX triplet: EF, 40 and 7C. RGB value is (239,64,124). Sum of RGB (Red+Green+Blue) = 239+64+124=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF407C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF407C is #10BF83. Grayscale: #7B7B7B. Windows color (decimal): -1097604 or 8143087. OLE color: 8143087.

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

Color convert

RGB 239 64 124 -
CMYK 0 0.73 0.48 0.06
HSL 339.43º 0.85% 0.59% -
HSV(B) 339.43º 0.73% 0.94% -
XYZ 41.07 23.47 21.43 -
YUV 123.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 239 64 124 0 0.73 0.48 0.06 339.43 0.85 0.59
Hex EF 40 7C 0 49 30 6 153 55 3B
Octal 357 100 174 0 111 60 6 523 125 73
Binary 11101111 1000000 1111100 0 1001001 110000 110 101010011 1010101 111011

Color Harmonies of #EF407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF407C

Black with #EF407C

Text Example


Text Example

White with #EF407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF407C; }

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

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

background-color css

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

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

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

border-color css

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

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

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