Html Css Color HEX #E68CEA Violet

📋 copy color: '#E68CEA'

red 230 ◦ green 140 ◦ blue 234

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

Shades of Violet #E68CEA

Tints of Violet #E68CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 38.08%
G = 23.18%
B = 38.74%

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

#E68CEA (or 0xE68CEA) is known color: Violet. HEX triplet: E6, 8C and EA. RGB value is (230,140,234). Sum of RGB (Red+Green+Blue) = 230+140+234=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #E68CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CEA is #197315. Grayscale: #B1B1B1. Windows color (decimal): -1667862 or 15371494. OLE color: 15371494.

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

Color convert

RGB 230 140 234 -
CMYK 0.02 0.40 0 0.08
HSL 297.45º 0.69% 0.73% -
HSV(B) 297.45º 0.4% 0.92% -
XYZ 56.86 41.52 82.86 -
YUV 177.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 230 140 234 0.02 0.40 0 0.08 297.45 0.69 0.73
Hex E6 8C EA 2 28 0 8 129 45 49
Octal 346 214 352 2 50 0 10 451 105 111
Binary 11100110 10001100 11101010 10 101000 0 1000 100101001 1000101 1001001

Color Harmonies of #E68CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CEA

Black with #E68CEA

Text Example


Text Example

White with #E68CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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