Html Css Color HEX #E68CE0 Violet

📋 copy color: '#E68CE0'

red 230 ◦ green 140 ◦ blue 224

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

Shades of Violet #E68CE0

Tints of Violet #E68CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.71%

R = 38.72%
G = 23.57%
B = 37.71%

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

#E68CE0 (or 0xE68CE0) is known color: Violet. HEX triplet: E6, 8C and E0. RGB value is (230,140,224). Sum of RGB (Red+Green+Blue) = 230+140+224=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CE0 is #19731F. Grayscale: #B0B0B0. Windows color (decimal): -1667872 or 14716134. OLE color: 14716134.

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

Color convert

RGB 230 140 224 -
CMYK 0 0.39 0.03 0.10
HSL 304º 0.64% 0.73% -
HSV(B) 304º 0.39% 0.9% -
XYZ 55.47 40.96 75.5 -
YUV 176.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 230 140 224 0 0.39 0.03 0.10 304 0.64 0.73
Hex E6 8C E0 0 27 3 A 130 40 49
Octal 346 214 340 0 47 3 12 460 100 111
Binary 11100110 10001100 11100000 0 100111 11 1010 100110000 1000000 1001001

Color Harmonies of #E68CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CE0

Black with #E68CE0

Text Example


Text Example

White with #E68CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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