Html Css Color HEX #E994FD Violet

📋 copy color: '#E994FD'

red 233 ◦ green 148 ◦ blue 253

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

Shades of Violet #E994FD

Tints of Violet #E994FD

RGB

 RED value IS 233 (91.41% from 255) = 36.75%

 GREEN value IS 148 (58.2% from 255) = 23.34%

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

R = 36.75%
G = 23.34%
B = 39.91%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E994FD (or 0xE994FD) is known color: Violet. HEX triplet: E9, 94 and FD. RGB value is (233,148,253). Sum of RGB (Red+Green+Blue) = 233+148+253=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 148 (58.20% from 255 or 23.34% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #E994FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994FD is #166B02. Grayscale: #B9B9B9. Windows color (decimal): -1469187 or 16618729. OLE color: 16618729.

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

Color convert

RGB 233 148 253 -
CMYK 0.08 0.42 0 0.01
HSL 288.57º 0.96% 0.79% -
HSV(B) 288.57º 0.42% 0.99% -
XYZ 61.92 45.6 98.47 -
YUV 185.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 233 148 253 0.08 0.42 0 0.01 288.57 0.96 0.79
Hex E9 94 FD 8 2A 0 1 121 60 4F
Octal 351 224 375 10 52 0 1 441 140 117
Binary 11101001 10010100 11111101 1000 101010 0 1 100100001 1100000 1001111

Color Harmonies of #E994FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E994FD

Black with #E994FD

Text Example


Text Example

White with #E994FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E994FD; }

 p { color: rgb(233,148,253); }

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

background-color css

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

 a { background-color: rgb(233,148,253); }

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

border-color css

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

 span { border-color: rgb(233,148,253); }

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