Html Css Color HEX #E185DD Violet

📋 copy color: '#E185DD'

red 225 ◦ green 133 ◦ blue 221

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

Shades of Violet #E185DD

Tints of Violet #E185DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 38.86%
G = 22.97%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E185DD (or 0xE185DD) is known color: Violet. HEX triplet: E1, 85 and DD. RGB value is (225,133,221). Sum of RGB (Red+Green+Blue) = 225+133+221=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E185DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185DD is #1E7A22. Grayscale: #AAAAAA. Windows color (decimal): -1997347 or 14517729. OLE color: 14517729.

HSL color Cylindrical-coordinate representation of color #E185DD: hue angle of 302.61º 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 #E185DD is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 133 221 -
CMYK 0 0.41 0.02 0.12
HSL 302.61º 0.61% 0.7% -
HSV(B) 302.61º 0.41% 0.88% -
XYZ 52.49 38 72.98 -
YUV 170.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 225 133 221 0 0.41 0.02 0.12 302.61 0.61 0.7
Hex E1 85 DD 0 29 2 C 12F 3D 46
Octal 341 205 335 0 51 2 14 457 75 106
Binary 11100001 10000101 11011101 0 101001 10 1100 100101111 111101 1000110

Color Harmonies of #E185DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185DD

Black with #E185DD

Text Example


Text Example

White with #E185DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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