Html Css Color HEX #E682EE Violet

📋 copy color: '#E682EE'

red 230 ◦ green 130 ◦ blue 238

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

Shades of Violet #E682EE

Tints of Violet #E682EE

RGB

 RED value IS 230 (90.23% from 255) = 38.46%

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

 BLUE value IS 238 (93.36% from 255) = 39.8%

R = 38.46%
G = 21.74%
B = 39.8%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E682EE (or 0xE682EE) is known color: Violet. HEX triplet: E6, 82 and EE. RGB value is (230,130,238). Sum of RGB (Red+Green+Blue) = 230+130+238=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 130 (51.17% from 255 or 21.74% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #E682EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682EE is #197D11. Grayscale: #ABABAB. Windows color (decimal): -1670418 or 15631078. OLE color: 15631078.

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

Color convert

RGB 230 130 238 -
CMYK 0.03 0.45 0 0.07
HSL 295.56º 0.76% 0.72% -
HSV(B) 295.56º 0.45% 0.93% -
XYZ 56.05 38.96 85.46 -
YUV 172.21 165.13 169.22 -
System Red Green Blue C M Y K H S L
Decimal 230 130 238 0.03 0.45 0 0.07 295.56 0.76 0.72
Hex E6 82 EE 3 2D 0 7 128 4C 48
Octal 346 202 356 3 55 0 7 450 114 110
Binary 11100110 10000010 11101110 11 101101 0 111 100101000 1001100 1001000

Color Harmonies of #E682EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682EE

Black with #E682EE

Text Example


Text Example

White with #E682EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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