Html Css Color HEX #EF81EE Violet

📋 copy color: '#EF81EE'

red 239 ◦ green 129 ◦ blue 238

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

Shades of Violet #EF81EE

Tints of Violet #EF81EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.27%

R = 39.44%
G = 21.29%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF81EE (or 0xEF81EE) is known color: Violet. HEX triplet: EF, 81 and EE. RGB value is (239,129,238). Sum of RGB (Red+Green+Blue) = 239+129+238=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF81EE is #107E11. Grayscale: #ADADAD. Windows color (decimal): -1080850 or 15630831. OLE color: 15630831.

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

Color convert

RGB 239 129 238 -
CMYK 0 0.46 0.00 0.06
HSL 300.55º 0.77% 0.72% -
HSV(B) 300.55º 0.46% 0.94% -
XYZ 58.88 40.22 85.55 -
YUV 174.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 239 129 238 0 0.46 0.00 0.06 300.55 0.77 0.72
Hex EF 81 EE 0 2E 0 6 12D 4D 48
Octal 357 201 356 0 56 0 6 455 115 110
Binary 11101111 10000001 11101110 0 101110 0 110 100101101 1001101 1001000

Color Harmonies of #EF81EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81EE

Black with #EF81EE

Text Example


Text Example

White with #EF81EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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