Html Css Color HEX #E185DC Violet

📋 copy color: '#E185DC'

red 225 ◦ green 133 ◦ blue 220

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

Shades of Violet #E185DC

Tints of Violet #E185DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 38.93%
G = 23.01%
B = 38.06%

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

#E185DC (or 0xE185DC) is known color: Violet. HEX triplet: E1, 85 and DC. RGB value is (225,133,220). Sum of RGB (Red+Green+Blue) = 225+133+220=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E185DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185DC is #1E7A23. Grayscale: #AAAAAA. Windows color (decimal): -1997348 or 14452193. OLE color: 14452193.

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

Color convert

RGB 225 133 220 -
CMYK 0 0.41 0.02 0.12
HSL 303.26º 0.61% 0.7% -
HSV(B) 303.26º 0.41% 0.88% -
XYZ 52.36 37.95 72.28 -
YUV 170.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 225 133 220 0 0.41 0.02 0.12 303.26 0.61 0.7
Hex E1 85 DC 0 29 2 C 12F 3D 46
Octal 341 205 334 0 51 2 14 457 75 106
Binary 11100001 10000101 11011100 0 101001 10 1100 100101111 111101 1000110

Color Harmonies of #E185DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185DC

Black with #E185DC

Text Example


Text Example

White with #E185DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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