Html Css Color HEX #EF367C Violet Red

📋 copy color: '#EF367C'

red 239 ◦ green 54 ◦ blue 124

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

Shades of Violet Red #EF367C

Tints of Violet Red #EF367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.95%

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

R = 57.31%
G = 12.95%
B = 29.74%

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

#EF367C (or 0xEF367C) is known color: Violet Red. HEX triplet: EF, 36 and 7C. RGB value is (239,54,124). Sum of RGB (Red+Green+Blue) = 239+54+124=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF367C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF367C is #10C983. Grayscale: #757575. Windows color (decimal): -1100164 or 8140527. OLE color: 8140527.

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

Color convert

RGB 239 54 124 -
CMYK 0 0.77 0.48 0.06
HSL 337.3º 0.85% 0.57% -
HSV(B) 337.3º 0.77% 0.94% -
XYZ 40.55 22.44 21.26 -
YUV 117.3 131.79 214.81 -
System Red Green Blue C M Y K H S L
Decimal 239 54 124 0 0.77 0.48 0.06 337.3 0.85 0.57
Hex EF 36 7C 0 4D 30 6 151 55 39
Octal 357 66 174 0 115 60 6 521 125 71
Binary 11101111 110110 1111100 0 1001101 110000 110 101010001 1010101 111001

Color Harmonies of #EF367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF367C

Black with #EF367C

Text Example


Text Example

White with #EF367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF367C; }

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

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

background-color css

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

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

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

border-color css

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

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

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