Html Css Color HEX #EF367A Violet Red

📋 copy color: '#EF367A'

red 239 ◦ green 54 ◦ blue 122

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

Shades of Violet Red #EF367A

Tints of Violet Red #EF367A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 57.59%
G = 13.01%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF367A (or 0xEF367A) is known color: Violet Red. HEX triplet: EF, 36 and 7A. RGB value is (239,54,122). Sum of RGB (Red+Green+Blue) = 239+54+122=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF367A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF367A is #10C985. Grayscale: #747474. Windows color (decimal): -1100166 or 8009455. OLE color: 8009455.

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

Color convert

RGB 239 54 122 -
CMYK 0 0.77 0.49 0.06
HSL 337.95º 0.85% 0.57% -
HSV(B) 337.95º 0.77% 0.94% -
XYZ 40.43 22.39 20.6 -
YUV 117.07 130.79 214.97 -
System Red Green Blue C M Y K H S L
Decimal 239 54 122 0 0.77 0.49 0.06 337.95 0.85 0.57
Hex EF 36 7A 0 4D 31 6 152 55 39
Octal 357 66 172 0 115 61 6 522 125 71
Binary 11101111 110110 1111010 0 1001101 110001 110 101010010 1010101 111001

Color Harmonies of #EF367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF367A

Black with #EF367A

Text Example


Text Example

White with #EF367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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