Html Css Color HEX #E985E1 Violet

📋 copy color: '#E985E1'

red 233 ◦ green 133 ◦ blue 225

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

Shades of Violet #E985E1

Tints of Violet #E985E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 39.42%
G = 22.5%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E985E1 (or 0xE985E1) is known color: Violet. HEX triplet: E9, 85 and E1. RGB value is (233,133,225). Sum of RGB (Red+Green+Blue) = 233+133+225=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E985E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985E1 is #167A1E. Grayscale: #ADADAD. Windows color (decimal): -1473055 or 14779881. OLE color: 14779881.

HSL color Cylindrical-coordinate representation of color #E985E1: hue angle of 304.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985E1 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 133 225 -
CMYK 0 0.43 0.03 0.09
HSL 304.8º 0.69% 0.72% -
HSV(B) 304.8º 0.43% 0.91% -
XYZ 55.58 39.53 75.94 -
YUV 173.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 233 133 225 0 0.43 0.03 0.09 304.8 0.69 0.72
Hex E9 85 E1 0 2B 3 9 131 45 48
Octal 351 205 341 0 53 3 11 461 105 110
Binary 11101001 10000101 11100001 0 101011 11 1001 100110001 1000101 1001000

Color Harmonies of #E985E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985E1

Black with #E985E1

Text Example


Text Example

White with #E985E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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