Html Css Color HEX #EF83EF Violet

📋 copy color: '#EF83EF'

red 239 ◦ green 131 ◦ blue 239

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

Shades of Violet #EF83EF

Tints of Violet #EF83EF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.51%

 BLUE value IS 239 (93.75% from 255) = 39.24%

R = 39.24%
G = 21.51%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF83EF (or 0xEF83EF) is known color: Violet. HEX triplet: EF, 83 and EF. RGB value is (239,131,239). Sum of RGB (Red+Green+Blue) = 239+131+239=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 131 (51.56% from 255 or 21.51% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF83EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83EF is #107C10. Grayscale: #AFAFAF. Windows color (decimal): -1080337 or 15696879. OLE color: 15696879.

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

Color convert

RGB 239 131 239 -
CMYK 0 0.45 0 0.06
HSL 300º 0.77% 0.73% -
HSV(B) 300º 0.45% 0.94% -
XYZ 59.29 40.82 86.41 -
YUV 175.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 239 131 239 0 0.45 0 0.06 300 0.77 0.73
Hex EF 83 EF 0 2D 0 6 12C 4D 49
Octal 357 203 357 0 55 0 6 454 115 111
Binary 11101111 10000011 11101111 0 101101 0 110 100101100 1001101 1001001

Color Harmonies of #EF83EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF83EF

Black with #EF83EF

Text Example


Text Example

White with #EF83EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF83EF; }

 p { color: rgb(239,131,239); }

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

background-color css

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

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

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

border-color css

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

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

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