Html Css Color HEX #EF367D Violet Red

📋 copy color: '#EF367D'

red 239 ◦ green 54 ◦ blue 125

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

Shades of Violet Red #EF367D

Tints of Violet Red #EF367D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 57.18%
G = 12.92%
B = 29.9%

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

#EF367D (or 0xEF367D) is known color: Violet Red. HEX triplet: EF, 36 and 7D. RGB value is (239,54,125). Sum of RGB (Red+Green+Blue) = 239+54+125=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF367D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF367D is #10C982. Grayscale: #757575. Windows color (decimal): -1100163 or 8206063. OLE color: 8206063.

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

Color convert

RGB 239 54 125 -
CMYK 0 0.77 0.48 0.06
HSL 336.97º 0.85% 0.57% -
HSV(B) 336.97º 0.77% 0.94% -
XYZ 40.62 22.47 21.6 -
YUV 117.41 132.29 214.73 -
System Red Green Blue C M Y K H S L
Decimal 239 54 125 0 0.77 0.48 0.06 336.97 0.85 0.57
Hex EF 36 7D 0 4D 30 6 151 55 39
Octal 357 66 175 0 115 60 6 521 125 71
Binary 11101111 110110 1111101 0 1001101 110000 110 101010001 1010101 111001

Color Harmonies of #EF367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF367D

Black with #EF367D

Text Example


Text Example

White with #EF367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF367D; }

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

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

background-color css

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

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

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

border-color css

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

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

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