Html Css Color HEX #E68CEB Violet

📋 copy color: '#E68CEB'

red 230 ◦ green 140 ◦ blue 235

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

Shades of Violet #E68CEB

Tints of Violet #E68CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.14%

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

R = 38.02%
G = 23.14%
B = 38.84%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E68CEB (or 0xE68CEB) is known color: Violet. HEX triplet: E6, 8C and EB. RGB value is (230,140,235). Sum of RGB (Red+Green+Blue) = 230+140+235=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #E68CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CEB is #197314. Grayscale: #B1B1B1. Windows color (decimal): -1667861 or 15437030. OLE color: 15437030.

HSL color Cylindrical-coordinate representation of color #E68CEB: hue angle of 296.84º 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 #E68CEB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 140 235 -
CMYK 0.02 0.40 0 0.08
HSL 296.84º 0.7% 0.74% -
HSV(B) 296.84º 0.4% 0.92% -
XYZ 57.01 41.58 83.62 -
YUV 177.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 230 140 235 0.02 0.40 0 0.08 296.84 0.7 0.74
Hex E6 8C EB 2 28 0 8 129 46 4A
Octal 346 214 353 2 50 0 10 451 106 112
Binary 11100110 10001100 11101011 10 101000 0 1000 100101001 1000110 1001010

Color Harmonies of #E68CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CEB

Black with #E68CEB

Text Example


Text Example

White with #E68CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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