Html Css Color HEX #E28CEA Violet

📋 copy color: '#E28CEA'

red 226 ◦ green 140 ◦ blue 234

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

Shades of Violet #E28CEA

Tints of Violet #E28CEA

RGB

 RED value IS 226 (88.67% from 255) = 37.67%

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

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

R = 37.67%
G = 23.33%
B = 39%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E28CEA (or 0xE28CEA) is known color: Violet. HEX triplet: E2, 8C and EA. RGB value is (226,140,234). Sum of RGB (Red+Green+Blue) = 226+140+234=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #E28CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28CEA is #1D7315. Grayscale: #B0B0B0. Windows color (decimal): -1930006 or 15371490. OLE color: 15371490.

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

Color convert

RGB 226 140 234 -
CMYK 0.03 0.40 0 0.08
HSL 294.89º 0.69% 0.73% -
HSV(B) 294.89º 0.4% 0.92% -
XYZ 55.59 40.87 82.8 -
YUV 176.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 226 140 234 0.03 0.40 0 0.08 294.89 0.69 0.73
Hex E2 8C EA 3 28 0 8 127 45 49
Octal 342 214 352 3 50 0 10 447 105 111
Binary 11100010 10001100 11101010 11 101000 0 1000 100100111 1000101 1001001

Color Harmonies of #E28CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28CEA

Black with #E28CEA

Text Example


Text Example

White with #E28CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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