Html Css Color HEX #EF347C Violet Red

📋 copy color: '#EF347C'

red 239 ◦ green 52 ◦ blue 124

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

Shades of Violet Red #EF347C

Tints of Violet Red #EF347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.53%

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

R = 57.59%
G = 12.53%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF347C (or 0xEF347C) is known color: Violet Red. HEX triplet: EF, 34 and 7C. RGB value is (239,52,124). Sum of RGB (Red+Green+Blue) = 239+52+124=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF347C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF347C is #10CB83. Grayscale: #747474. Windows color (decimal): -1100676 or 8140015. OLE color: 8140015.

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

Color convert

RGB 239 52 124 -
CMYK 0 0.78 0.48 0.06
HSL 336.9º 0.85% 0.57% -
HSV(B) 336.9º 0.78% 0.94% -
XYZ 40.46 22.26 21.23 -
YUV 116.12 132.45 215.65 -
System Red Green Blue C M Y K H S L
Decimal 239 52 124 0 0.78 0.48 0.06 336.9 0.85 0.57
Hex EF 34 7C 0 4E 30 6 151 55 39
Octal 357 64 174 0 116 60 6 521 125 71
Binary 11101111 110100 1111100 0 1001110 110000 110 101010001 1010101 111001

Color Harmonies of #EF347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF347C

Black with #EF347C

Text Example


Text Example

White with #EF347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF347C; }

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

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

background-color css

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

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

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

border-color css

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

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

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