Html Css Color HEX #E985FA Violet

📋 copy color: '#E985FA'

red 233 ◦ green 133 ◦ blue 250

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

Shades of Violet #E985FA

Tints of Violet #E985FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.59%

 BLUE value IS 250 (98.05% from 255) = 40.58%

R = 37.82%
G = 21.59%
B = 40.58%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E985FA (or 0xE985FA) is known color: Violet. HEX triplet: E9, 85 and FA. RGB value is (233,133,250). Sum of RGB (Red+Green+Blue) = 233+133+250=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 133 (52.34% from 255 or 21.59% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #E985FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E985FA is #167A05. Grayscale: #AFAFAF. Windows color (decimal): -1473030 or 16418281. OLE color: 16418281.

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

Color convert

RGB 233 133 250 -
CMYK 0.07 0.47 0 0.02
HSL 291.28º 0.92% 0.75% -
HSV(B) 291.28º 0.47% 0.98% -
XYZ 59.25 41 95.23 -
YUV 176.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 233 133 250 0.07 0.47 0 0.02 291.28 0.92 0.75
Hex E9 85 FA 7 2F 0 2 123 5C 4B
Octal 351 205 372 7 57 0 2 443 134 113
Binary 11101001 10000101 11111010 111 101111 0 10 100100011 1011100 1001011

Color Harmonies of #E985FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985FA

Black with #E985FA

Text Example


Text Example

White with #E985FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985FA; }

 p { color: rgb(233,133,250); }

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

background-color css

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

 a { background-color: rgb(233,133,250); }

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

border-color css

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

 span { border-color: rgb(233,133,250); }

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