Html Css Color HEX #E385DC Violet

📋 copy color: '#E385DC'

red 227 ◦ green 133 ◦ blue 220

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

Shades of Violet #E385DC

Tints of Violet #E385DC

RGB

 RED value IS 227 (89.06% from 255) = 39.14%

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

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

R = 39.14%
G = 22.93%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E385DC (or 0xE385DC) is known color: Violet. HEX triplet: E3, 85 and DC. RGB value is (227,133,220). Sum of RGB (Red+Green+Blue) = 227+133+220=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 227 - color contains mainly: red. Hex color #E385DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385DC is #1C7A23. Grayscale: #AAAAAA. Windows color (decimal): -1866276 or 14452195. OLE color: 14452195.

HSL color Cylindrical-coordinate representation of color #E385DC: hue angle of 304.47º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E385DC is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 133 220 -
CMYK 0 0.41 0.03 0.11
HSL 304.47º 0.63% 0.71% -
HSV(B) 304.47º 0.41% 0.89% -
XYZ 52.98 38.27 72.31 -
YUV 171.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 227 133 220 0 0.41 0.03 0.11 304.47 0.63 0.71
Hex E3 85 DC 0 29 3 B 130 3F 47
Octal 343 205 334 0 51 3 13 460 77 107
Binary 11100011 10000101 11011100 0 101001 11 1011 100110000 111111 1000111

Color Harmonies of #E385DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385DC

Black with #E385DC

Text Example


Text Example

White with #E385DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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