Html Css Color HEX #E985E0 Violet

📋 copy color: '#E985E0'

red 233 ◦ green 133 ◦ blue 224

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

Shades of Violet #E985E0

Tints of Violet #E985E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 39.49%
G = 22.54%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E985E0 (or 0xE985E0) is known color: Violet. HEX triplet: E9, 85 and E0. RGB value is (233,133,224). Sum of RGB (Red+Green+Blue) = 233+133+224=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E985E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985E0 is #167A1F. Grayscale: #ADADAD. Windows color (decimal): -1473056 or 14714345. OLE color: 14714345.

HSL color Cylindrical-coordinate representation of color #E985E0: hue angle of 305.4º 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 #E985E0 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 133 224 -
CMYK 0 0.43 0.04 0.09
HSL 305.4º 0.69% 0.72% -
HSV(B) 305.4º 0.43% 0.91% -
XYZ 55.45 39.48 75.22 -
YUV 173.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 233 133 224 0 0.43 0.04 0.09 305.4 0.69 0.72
Hex E9 85 E0 0 2B 4 9 131 45 48
Octal 351 205 340 0 53 4 11 461 105 110
Binary 11101001 10000101 11100000 0 101011 100 1001 100110001 1000101 1001000

Color Harmonies of #E985E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985E0

Black with #E985E0

Text Example


Text Example

White with #E985E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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