Html Css Color HEX #E48CEA Violet

📋 copy color: '#E48CEA'

red 228 ◦ green 140 ◦ blue 234

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

Shades of Violet #E48CEA

Tints of Violet #E48CEA

RGB

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

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

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

R = 37.87%
G = 23.26%
B = 38.87%

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

#E48CEA (or 0xE48CEA) is known color: Violet. HEX triplet: E4, 8C and EA. RGB value is (228,140,234). Sum of RGB (Red+Green+Blue) = 228+140+234=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #E48CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48CEA is #1B7315. Grayscale: #B0B0B0. Windows color (decimal): -1798934 or 15371492. OLE color: 15371492.

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

Color convert

RGB 228 140 234 -
CMYK 0.03 0.40 0 0.08
HSL 296.17º 0.69% 0.73% -
HSV(B) 296.17º 0.4% 0.92% -
XYZ 56.22 41.19 82.83 -
YUV 177.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 228 140 234 0.03 0.40 0 0.08 296.17 0.69 0.73
Hex E4 8C EA 3 28 0 8 128 45 49
Octal 344 214 352 3 50 0 10 450 105 111
Binary 11100100 10001100 11101010 11 101000 0 1000 100101000 1000101 1001001

Color Harmonies of #E48CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48CEA

Black with #E48CEA

Text Example


Text Example

White with #E48CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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