Html Css Color HEX #EE82E7 Violet

📋 copy color: '#EE82E7'

red 238 ◦ green 130 ◦ blue 231

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

Shades of Violet #EE82E7

Tints of Violet #EE82E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.56%

R = 39.73%
G = 21.7%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE82E7 (or 0xEE82E7) is known color: Violet. HEX triplet: EE, 82 and E7. RGB value is (238,130,231). Sum of RGB (Red+Green+Blue) = 238+130+231=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE82E7 is #117D18. Grayscale: #ADADAD. Windows color (decimal): -1146137 or 15172334. OLE color: 15172334.

HSL color Cylindrical-coordinate representation of color #EE82E7: hue angle of 303.89º 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 #EE82E7 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 130 231 -
CMYK 0 0.45 0.03 0.07
HSL 303.89º 0.76% 0.72% -
HSV(B) 303.89º 0.45% 0.93% -
XYZ 57.67 39.91 80.27 -
YUV 173.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 238 130 231 0 0.45 0.03 0.07 303.89 0.76 0.72
Hex EE 82 E7 0 2D 3 7 130 4C 48
Octal 356 202 347 0 55 3 7 460 114 110
Binary 11101110 10000010 11100111 0 101101 11 111 100110000 1001100 1001000

Color Harmonies of #EE82E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE82E7

Black with #EE82E7

Text Example


Text Example

White with #EE82E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE82E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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