Html Css Color HEX #E985ED Violet

📋 copy color: '#E985ED'

red 233 ◦ green 133 ◦ blue 237

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

Shades of Violet #E985ED

Tints of Violet #E985ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.3%

R = 38.64%
G = 22.06%
B = 39.3%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E985ED (or 0xE985ED) is known color: Violet. HEX triplet: E9, 85 and ED. RGB value is (233,133,237). Sum of RGB (Red+Green+Blue) = 233+133+237=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #E985ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E985ED is #167A12. Grayscale: #AEAEAE. Windows color (decimal): -1473043 or 15566313. OLE color: 15566313.

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

Color convert

RGB 233 133 237 -
CMYK 0.02 0.44 0 0.07
HSL 297.69º 0.74% 0.73% -
HSV(B) 297.69º 0.44% 0.93% -
XYZ 57.28 40.21 84.86 -
YUV 174.76 163.13 169.54 -
System Red Green Blue C M Y K H S L
Decimal 233 133 237 0.02 0.44 0 0.07 297.69 0.74 0.73
Hex E9 85 ED 2 2C 0 7 12A 4A 49
Octal 351 205 355 2 54 0 7 452 112 111
Binary 11101001 10000101 11101101 10 101100 0 111 100101010 1001010 1001001

Color Harmonies of #E985ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985ED

Black with #E985ED

Text Example


Text Example

White with #E985ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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