Html Css Color HEX #EF81EF Violet

📋 copy color: '#EF81EF'

red 239 ◦ green 129 ◦ blue 239

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

Shades of Violet #EF81EF

Tints of Violet #EF81EF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.25%

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

R = 39.37%
G = 21.25%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF81EF (or 0xEF81EF) is known color: Violet. HEX triplet: EF, 81 and EF. RGB value is (239,129,239). Sum of RGB (Red+Green+Blue) = 239+129+239=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF81EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF81EF is #107E10. Grayscale: #AEAEAE. Windows color (decimal): -1080849 or 15696367. OLE color: 15696367.

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

Color convert

RGB 239 129 239 -
CMYK 0 0.46 0 0.06
HSL 300º 0.77% 0.72% -
HSV(B) 300º 0.46% 0.94% -
XYZ 59.03 40.28 86.33 -
YUV 174.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 239 129 239 0 0.46 0 0.06 300 0.77 0.72
Hex EF 81 EF 0 2E 0 6 12C 4D 48
Octal 357 201 357 0 56 0 6 454 115 110
Binary 11101111 10000001 11101111 0 101110 0 110 100101100 1001101 1001000

Color Harmonies of #EF81EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81EF

Black with #EF81EF

Text Example


Text Example

White with #EF81EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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