Html Css Color HEX #E68CDE Violet

📋 copy color: '#E68CDE'

red 230 ◦ green 140 ◦ blue 222

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

Shades of Violet #E68CDE

Tints of Violet #E68CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.5%

R = 38.85%
G = 23.65%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E68CDE (or 0xE68CDE) is known color: Violet. HEX triplet: E6, 8C and DE. RGB value is (230,140,222). Sum of RGB (Red+Green+Blue) = 230+140+222=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CDE is #197321. Grayscale: #B0B0B0. Windows color (decimal): -1667874 or 14585062. OLE color: 14585062.

HSL color Cylindrical-coordinate representation of color #E68CDE: hue angle of 305.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CDE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 140 222 -
CMYK 0 0.39 0.03 0.10
HSL 305.33º 0.64% 0.73% -
HSV(B) 305.33º 0.39% 0.9% -
XYZ 55.2 40.85 74.08 -
YUV 176.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 230 140 222 0 0.39 0.03 0.10 305.33 0.64 0.73
Hex E6 8C DE 0 27 3 A 131 40 49
Octal 346 214 336 0 47 3 12 461 100 111
Binary 11100110 10001100 11011110 0 100111 11 1010 100110001 1000000 1001001

Color Harmonies of #E68CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CDE

Black with #E68CDE

Text Example


Text Example

White with #E68CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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