Html Css Color HEX #E185DE Violet

📋 copy color: '#E185DE'

red 225 ◦ green 133 ◦ blue 222

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

Shades of Violet #E185DE

Tints of Violet #E185DE

RGB

 RED value IS 225 (88.28% from 255) = 38.79%

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

 BLUE value IS 222 (87.11% from 255) = 38.28%

R = 38.79%
G = 22.93%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E185DE (or 0xE185DE) is known color: Violet. HEX triplet: E1, 85 and DE. RGB value is (225,133,222). Sum of RGB (Red+Green+Blue) = 225+133+222=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E185DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185DE is #1E7A21. Grayscale: #AAAAAA. Windows color (decimal): -1997346 or 14583265. OLE color: 14583265.

HSL color Cylindrical-coordinate representation of color #E185DE: hue angle of 301.96º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185DE is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 133 222 -
CMYK 0 0.41 0.01 0.12
HSL 301.96º 0.61% 0.7% -
HSV(B) 301.96º 0.41% 0.88% -
XYZ 52.62 38.06 73.68 -
YUV 170.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 225 133 222 0 0.41 0.01 0.12 301.96 0.61 0.7
Hex E1 85 DE 0 29 1 C 12E 3D 46
Octal 341 205 336 0 51 1 14 456 75 106
Binary 11100001 10000101 11011110 0 101001 1 1100 100101110 111101 1000110

Color Harmonies of #E185DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185DE

Black with #E185DE

Text Example


Text Example

White with #E185DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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