Html Css Color HEX #EF80ED Violet

📋 copy color: '#EF80ED'

red 239 ◦ green 128 ◦ blue 237

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

Shades of Violet #EF80ED

Tints of Violet #EF80ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 39.57%
G = 21.19%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF80ED (or 0xEF80ED) is known color: Violet. HEX triplet: EF, 80 and ED. RGB value is (239,128,237). Sum of RGB (Red+Green+Blue) = 239+128+237=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80ED is #107F12. Grayscale: #ADADAD. Windows color (decimal): -1081107 or 15565039. OLE color: 15565039.

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

Color convert

RGB 239 128 237 -
CMYK 0 0.46 0.01 0.06
HSL 301.08º 0.78% 0.72% -
HSV(B) 301.08º 0.46% 0.94% -
XYZ 58.6 39.9 84.73 -
YUV 173.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 239 128 237 0 0.46 0.01 0.06 301.08 0.78 0.72
Hex EF 80 ED 0 2E 1 6 12D 4E 48
Octal 357 200 355 0 56 1 6 455 116 110
Binary 11101111 10000000 11101101 0 101110 1 110 100101101 1001110 1001000

Color Harmonies of #EF80ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80ED

Black with #EF80ED

Text Example


Text Example

White with #EF80ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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