Html Css Color HEX #E994FB Violet

📋 copy color: '#E994FB'

red 233 ◦ green 148 ◦ blue 251

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

Shades of Violet #E994FB

Tints of Violet #E994FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 36.87%
G = 23.42%
B = 39.72%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E994FB (or 0xE994FB) is known color: Violet. HEX triplet: E9, 94 and FB. RGB value is (233,148,251). Sum of RGB (Red+Green+Blue) = 233+148+251=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 148 (58.20% from 255 or 23.42% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #E994FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994FB is #166B04. Grayscale: #B8B8B8. Windows color (decimal): -1469189 or 16487657. OLE color: 16487657.

HSL color Cylindrical-coordinate representation of color #E994FB: hue angle of 289.51º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E994FB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 148 251 -
CMYK 0.07 0.41 0 0.02
HSL 289.51º 0.93% 0.78% -
HSV(B) 289.51º 0.41% 0.98% -
XYZ 61.61 45.47 96.8 -
YUV 185.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 233 148 251 0.07 0.41 0 0.02 289.51 0.93 0.78
Hex E9 94 FB 7 29 0 2 122 5D 4E
Octal 351 224 373 7 51 0 2 442 135 116
Binary 11101001 10010100 11111011 111 101001 0 10 100100010 1011101 1001110

Color Harmonies of #E994FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E994FB

Black with #E994FB

Text Example


Text Example

White with #E994FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E994FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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