Html Css Color HEX #EF80E6 Violet

📋 copy color: '#EF80E6'

red 239 ◦ green 128 ◦ blue 230

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

Shades of Violet #EF80E6

Tints of Violet #EF80E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.53%

R = 40.03%
G = 21.44%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF80E6 (or 0xEF80E6) is known color: Violet. HEX triplet: EF, 80 and E6. RGB value is (239,128,230). Sum of RGB (Red+Green+Blue) = 239+128+230=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80E6 is #107F19. Grayscale: #ACACAC. Windows color (decimal): -1081114 or 15106287. OLE color: 15106287.

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

Color convert

RGB 239 128 230 -
CMYK 0 0.46 0.04 0.06
HSL 304.86º 0.78% 0.72% -
HSV(B) 304.86º 0.46% 0.94% -
XYZ 57.6 39.5 79.45 -
YUV 172.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 239 128 230 0 0.46 0.04 0.06 304.86 0.78 0.72
Hex EF 80 E6 0 2E 4 6 131 4E 48
Octal 357 200 346 0 56 4 6 461 116 110
Binary 11101111 10000000 11100110 0 101110 100 110 100110001 1001110 1001000

Color Harmonies of #EF80E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80E6

Black with #EF80E6

Text Example


Text Example

White with #EF80E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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