Html Css Color HEX #EE82FF Violet

📋 copy color: '#EE82FF'

red 238 ◦ green 130 ◦ blue 255

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

Shades of Violet #EE82FF

Tints of Violet #EE82FF

RGB

 RED value IS 238 (93.36% from 255) = 38.2%

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

 BLUE value IS 255 (100% from 255) = 40.93%

R = 38.2%
G = 20.87%
B = 40.93%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE82FF (or 0xEE82FF) is known color: Violet. HEX triplet: EE, 82 and FF. RGB value is (238,130,255). Sum of RGB (Red+Green+Blue) = 238+130+255=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 130 (51.17% from 255 or 20.87% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE82FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE82FF is #117D00. Grayscale: #B0B0B0. Windows color (decimal): -1146113 or 16745198. OLE color: 16745198.

HSL color Cylindrical-coordinate representation of color #EE82FF: hue angle of 291.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE82FF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 130 255 -
CMYK 0.07 0.49 0 0
HSL 291.84º 1% 0.75% -
HSV(B) 291.84º 0.49% 1% -
XYZ 61.29 41.36 99.36 -
YUV 176.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 238 130 255 0.07 0.49 0 0 291.84 1 0.75
Hex EE 82 FF 7 31 0 0 124 64 4B
Octal 356 202 377 7 61 0 0 444 144 113
Binary 11101110 10000010 11111111 111 110001 0 0 100100100 1100100 1001011

Color Harmonies of #EE82FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE82FF

Black with #EE82FF

Text Example


Text Example

White with #EE82FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE82FF; }

 p { color: rgb(238,130,255); }

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

background-color css

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

 a { background-color: rgb(238,130,255); }

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

border-color css

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

 span { border-color: rgb(238,130,255); }

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