Html Css Color HEX #E68CE1 Violet

📋 copy color: '#E68CE1'

red 230 ◦ green 140 ◦ blue 225

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

Shades of Violet #E68CE1

Tints of Violet #E68CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.82%

R = 38.66%
G = 23.53%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E68CE1 (or 0xE68CE1) is known color: Violet. HEX triplet: E6, 8C and E1. RGB value is (230,140,225). Sum of RGB (Red+Green+Blue) = 230+140+225=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CE1 is #19731E. Grayscale: #B0B0B0. Windows color (decimal): -1667871 or 14781670. OLE color: 14781670.

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

Color convert

RGB 230 140 225 -
CMYK 0 0.39 0.02 0.10
HSL 303.33º 0.64% 0.73% -
HSV(B) 303.33º 0.39% 0.9% -
XYZ 55.6 41.02 76.22 -
YUV 176.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 230 140 225 0 0.39 0.02 0.10 303.33 0.64 0.73
Hex E6 8C E1 0 27 2 A 12F 40 49
Octal 346 214 341 0 47 2 12 457 100 111
Binary 11100110 10001100 11100001 0 100111 10 1010 100101111 1000000 1001001

Color Harmonies of #E68CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CE1

Black with #E68CE1

Text Example


Text Example

White with #E68CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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