Html Css Color HEX #E493FD Violet

📋 copy color: '#E493FD'

red 228 ◦ green 147 ◦ blue 253

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

Shades of Violet #E493FD

Tints of Violet #E493FD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.41%

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 36.31%
G = 23.41%
B = 40.29%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E493FD (or 0xE493FD) is known color: Violet. HEX triplet: E4, 93 and FD. RGB value is (228,147,253). Sum of RGB (Red+Green+Blue) = 228+147+253=628 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.31% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #E493FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E493FD is #1B6C02. Grayscale: #B6B6B6. Windows color (decimal): -1797123 or 16618468. OLE color: 16618468.

HSL color Cylindrical-coordinate representation of color #E493FD: hue angle of 285.85º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E493FD is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 147 253 -
CMYK 0.10 0.42 0 0.01
HSL 285.85º 0.96% 0.78% -
HSV(B) 285.85º 0.42% 0.99% -
XYZ 60.16 44.45 98.34 -
YUV 183.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 228 147 253 0.10 0.42 0 0.01 285.85 0.96 0.78
Hex E4 93 FD A 2A 0 1 11E 60 4E
Octal 344 223 375 12 52 0 1 436 140 116
Binary 11100100 10010011 11111101 1010 101010 0 1 100011110 1100000 1001110

Color Harmonies of #E493FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493FD

Black with #E493FD

Text Example


Text Example

White with #E493FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493FD; }

 p { color: rgb(228,147,253); }

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

background-color css

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

 a { background-color: rgb(228,147,253); }

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

border-color css

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

 span { border-color: rgb(228,147,253); }

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