Html Css Color HEX #E48BEA Violet

📋 copy color: '#E48BEA'

red 228 ◦ green 139 ◦ blue 234

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

Shades of Violet #E48BEA

Tints of Violet #E48BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.13%

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

R = 37.94%
G = 23.13%
B = 38.94%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E48BEA (or 0xE48BEA) is known color: Violet. HEX triplet: E4, 8B and EA. RGB value is (228,139,234). Sum of RGB (Red+Green+Blue) = 228+139+234=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #E48BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48BEA is #1B7415. Grayscale: #B0B0B0. Windows color (decimal): -1799190 or 15371236. OLE color: 15371236.

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

Color convert

RGB 228 139 234 -
CMYK 0.03 0.41 0 0.08
HSL 296.21º 0.69% 0.73% -
HSV(B) 296.21º 0.41% 0.92% -
XYZ 56.08 40.9 82.78 -
YUV 176.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 228 139 234 0.03 0.41 0 0.08 296.21 0.69 0.73
Hex E4 8B EA 3 29 0 8 128 45 49
Octal 344 213 352 3 51 0 10 450 105 111
Binary 11100100 10001011 11101010 11 101001 0 1000 100101000 1000101 1001001

Color Harmonies of #E48BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48BEA

Black with #E48BEA

Text Example


Text Example

White with #E48BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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