Html Css Color HEX #E992FD Violet

📋 copy color: '#E992FD'

red 233 ◦ green 146 ◦ blue 253

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

Shades of Violet #E992FD

Tints of Violet #E992FD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.1%

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

R = 36.87%
G = 23.1%
B = 40.03%

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

#E992FD (or 0xE992FD) is known color: Violet. HEX triplet: E9, 92 and FD. RGB value is (233,146,253). Sum of RGB (Red+Green+Blue) = 233+146+253=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 146 (57.42% from 255 or 23.10% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #E992FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E992FD is #166D02. Grayscale: #B7B7B7. Windows color (decimal): -1469699 or 16618217. OLE color: 16618217.

HSL color Cylindrical-coordinate representation of color #E992FD: hue angle of 288.79º 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 #E992FD is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 146 253 -
CMYK 0.08 0.42 0 0.01
HSL 288.79º 0.96% 0.78% -
HSV(B) 288.79º 0.42% 0.99% -
XYZ 61.61 44.97 98.36 -
YUV 184.21 166.82 162.8 -
System Red Green Blue C M Y K H S L
Decimal 233 146 253 0.08 0.42 0 0.01 288.79 0.96 0.78
Hex E9 92 FD 8 2A 0 1 121 60 4E
Octal 351 222 375 10 52 0 1 441 140 116
Binary 11101001 10010010 11111101 1000 101010 0 1 100100001 1100000 1001110

Color Harmonies of #E992FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E992FD

Black with #E992FD

Text Example


Text Example

White with #E992FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E992FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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