Html Css Color HEX #E48CEF Violet

📋 copy color: '#E48CEF'

red 228 ◦ green 140 ◦ blue 239

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

Shades of Violet #E48CEF

Tints of Violet #E48CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.37%

R = 37.56%
G = 23.06%
B = 39.37%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E48CEF (or 0xE48CEF) is known color: Violet. HEX triplet: E4, 8C and EF. RGB value is (228,140,239). Sum of RGB (Red+Green+Blue) = 228+140+239=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #E48CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48CEF is #1B7310. Grayscale: #B1B1B1. Windows color (decimal): -1798929 or 15699172. OLE color: 15699172.

HSL color Cylindrical-coordinate representation of color #E48CEF: hue angle of 293.33º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E48CEF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 228 140 239 -
CMYK 0.05 0.41 0 0.06
HSL 293.33º 0.76% 0.74% -
HSV(B) 293.33º 0.41% 0.94% -
XYZ 56.95 41.48 86.67 -
YUV 177.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 228 140 239 0.05 0.41 0 0.06 293.33 0.76 0.74
Hex E4 8C EF 5 29 0 6 125 4C 4A
Octal 344 214 357 5 51 0 6 445 114 112
Binary 11100100 10001100 11101111 101 101001 0 110 100100101 1001100 1001010

Color Harmonies of #E48CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48CEF

Black with #E48CEF

Text Example


Text Example

White with #E48CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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