Html Css Color HEX #E68DEB Violet

📋 copy color: '#E68DEB'

red 230 ◦ green 141 ◦ blue 235

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

Shades of Violet #E68DEB

Tints of Violet #E68DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.27%

 BLUE value IS 235 (92.19% from 255) = 38.78%

R = 37.95%
G = 23.27%
B = 38.78%

CMYK

 C value IS 0.02

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E68DEB (or 0xE68DEB) is known color: Violet. HEX triplet: E6, 8D and EB. RGB value is (230,141,235). Sum of RGB (Red+Green+Blue) = 230+141+235=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #E68DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68DEB is #197214. Grayscale: #B2B2B2. Windows color (decimal): -1667605 or 15437286. OLE color: 15437286.

HSL color Cylindrical-coordinate representation of color #E68DEB: hue angle of 296.81º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68DEB is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 141 235 -
CMYK 0.02 0.4 0 0.08
HSL 296.81º 0.7% 0.74% -
HSV(B) 296.81º 0.4% 0.92% -
XYZ 57.15 41.87 83.67 -
YUV 178.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 230 141 235 0.02 0.4 0 0.08 296.81 0.7 0.74
Hex E6 8D EB 2 28 0 8 129 46 4A
Octal 346 215 353 2 50 0 10 451 106 112
Binary 11100110 10001101 11101011 10 101000 0 1000 100101001 1000110 1001010

Color Harmonies of #E68DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68DEB

Black with #E68DEB

Text Example


Text Example

White with #E68DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68DEB; }

 p { color: rgb(230,141,235); }

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

background-color css

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

 a { background-color: rgb(230,141,235); }

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

border-color css

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

 span { border-color: rgb(230,141,235); }

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