Html Css Color HEX #EF3386 Violet Red

📋 copy color: '#EF3386'

red 239 ◦ green 51 ◦ blue 134

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

Shades of Violet Red #EF3386

Tints of Violet Red #EF3386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.03%

 BLUE value IS 134 (52.73% from 255) = 31.6%

R = 56.37%
G = 12.03%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF3386 (or 0xEF3386) is known color: Violet Red. HEX triplet: EF, 33 and 86. RGB value is (239,51,134). Sum of RGB (Red+Green+Blue) = 239+51+134=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3386 is #10CC79. Grayscale: #747474. Windows color (decimal): -1100922 or 8795119. OLE color: 8795119.

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

Color convert

RGB 239 51 134 -
CMYK 0 0.79 0.44 0.06
HSL 333.51º 0.85% 0.57% -
HSV(B) 333.51º 0.79% 0.94% -
XYZ 41.08 22.44 24.72 -
YUV 116.67 137.78 215.25 -
System Red Green Blue C M Y K H S L
Decimal 239 51 134 0 0.79 0.44 0.06 333.51 0.85 0.57
Hex EF 33 86 0 4F 2C 6 14E 55 39
Octal 357 63 206 0 117 54 6 516 125 71
Binary 11101111 110011 10000110 0 1001111 101100 110 101001110 1010101 111001

Color Harmonies of #EF3386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3386

Black with #EF3386

Text Example


Text Example

White with #EF3386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3386; }

 p { color: rgb(239,51,134); }

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

background-color css

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

 a { background-color: rgb(239,51,134); }

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

border-color css

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

 span { border-color: rgb(239,51,134); }

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