Html Css Color HEX #EF80EE Violet

📋 copy color: '#EF80EE'

red 239 ◦ green 128 ◦ blue 238

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

Shades of Violet #EF80EE

Tints of Violet #EF80EE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.16%

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

R = 39.5%
G = 21.16%
B = 39.34%

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

#EF80EE (or 0xEF80EE) is known color: Violet. HEX triplet: EF, 80 and EE. RGB value is (239,128,238). Sum of RGB (Red+Green+Blue) = 239+128+238=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80EE is #107F11. Grayscale: #ADADAD. Windows color (decimal): -1081106 or 15630575. OLE color: 15630575.

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

Color convert

RGB 239 128 238 -
CMYK 0 0.46 0.00 0.06
HSL 300.54º 0.78% 0.72% -
HSV(B) 300.54º 0.46% 0.94% -
XYZ 58.75 39.96 85.51 -
YUV 173.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 239 128 238 0 0.46 0.00 0.06 300.54 0.78 0.72
Hex EF 80 EE 0 2E 0 6 12D 4E 48
Octal 357 200 356 0 56 0 6 455 116 110
Binary 11101111 10000000 11101110 0 101110 0 110 100101101 1001110 1001000

Color Harmonies of #EF80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80EE

Black with #EF80EE

Text Example


Text Example

White with #EF80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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