Html Css Color HEX #EE82EC Violet

📋 copy color: '#EE82EC'

red 238 ◦ green 130 ◦ blue 236

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

Shades of Violet #EE82EC

Tints of Violet #EE82EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 39.4%
G = 21.52%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE82EC (or 0xEE82EC) is known color: Violet. HEX triplet: EE, 82 and EC. RGB value is (238,130,236). Sum of RGB (Red+Green+Blue) = 238+130+236=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 130 (51.17% from 255 or 21.52% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE82EC is #117D13. Grayscale: #AEAEAE. Windows color (decimal): -1146132 or 15500014. OLE color: 15500014.

HSL color Cylindrical-coordinate representation of color #EE82EC: hue angle of 301.11º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE82EC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 130 236 -
CMYK 0 0.45 0.01 0.07
HSL 301.11º 0.76% 0.72% -
HSV(B) 301.11º 0.45% 0.93% -
XYZ 58.38 40.2 84.04 -
YUV 174.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 238 130 236 0 0.45 0.01 0.07 301.11 0.76 0.72
Hex EE 82 EC 0 2D 1 7 12D 4C 48
Octal 356 202 354 0 55 1 7 455 114 110
Binary 11101110 10000010 11101100 0 101101 1 111 100101101 1001100 1001000

Color Harmonies of #EE82EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE82EC

Black with #EE82EC

Text Example


Text Example

White with #EE82EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE82EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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