Html Css Color HEX #EF82ED Violet

📋 copy color: '#EF82ED'

red 239 ◦ green 130 ◦ blue 237

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

Shades of Violet #EF82ED

Tints of Violet #EF82ED

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.45%

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

R = 39.44%
G = 21.45%
B = 39.11%

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

#EF82ED (or 0xEF82ED) is known color: Violet. HEX triplet: EF, 82 and ED. RGB value is (239,130,237). Sum of RGB (Red+Green+Blue) = 239+130+237=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF82ED is #107D12. Grayscale: #AEAEAE. Windows color (decimal): -1080595 or 15565551. OLE color: 15565551.

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

Color convert

RGB 239 130 237 -
CMYK 0 0.46 0.01 0.06
HSL 301.1º 0.77% 0.72% -
HSV(B) 301.1º 0.46% 0.94% -
XYZ 58.87 40.43 84.82 -
YUV 174.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 239 130 237 0 0.46 0.01 0.06 301.1 0.77 0.72
Hex EF 82 ED 0 2E 1 6 12D 4D 48
Octal 357 202 355 0 56 1 6 455 115 110
Binary 11101111 10000010 11101101 0 101110 1 110 100101101 1001101 1001000

Color Harmonies of #EF82ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF82ED

Black with #EF82ED

Text Example


Text Example

White with #EF82ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF82ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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