Html Css Color HEX #E48CEB Violet

📋 copy color: '#E48CEB'

red 228 ◦ green 140 ◦ blue 235

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

Shades of Violet #E48CEB

Tints of Violet #E48CEB

RGB

 RED value IS 228 (89.45% from 255) = 37.81%

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

 BLUE value IS 235 (92.19% from 255) = 38.97%

R = 37.81%
G = 23.22%
B = 38.97%

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

#E48CEB (or 0xE48CEB) is known color: Violet. HEX triplet: E4, 8C and EB. RGB value is (228,140,235). Sum of RGB (Red+Green+Blue) = 228+140+235=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #E48CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48CEB is #1B7314. Grayscale: #B0B0B0. Windows color (decimal): -1798933 or 15437028. OLE color: 15437028.

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

Color convert

RGB 228 140 235 -
CMYK 0.03 0.40 0 0.08
HSL 295.58º 0.7% 0.74% -
HSV(B) 295.58º 0.4% 0.92% -
XYZ 56.37 41.25 83.59 -
YUV 177.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 228 140 235 0.03 0.40 0 0.08 295.58 0.7 0.74
Hex E4 8C EB 3 28 0 8 128 46 4A
Octal 344 214 353 3 50 0 10 450 106 112
Binary 11100100 10001100 11101011 11 101000 0 1000 100101000 1000110 1001010

Color Harmonies of #E48CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48CEB

Black with #E48CEB

Text Example


Text Example

White with #E48CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48CEB; }

 p { color: rgb(228,140,235); }

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

background-color css

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

 a { background-color: rgb(228,140,235); }

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

border-color css

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

 span { border-color: rgb(228,140,235); }

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