Html Css Color HEX #E386DD Violet

📋 copy color: '#E386DD'

red 227 ◦ green 134 ◦ blue 221

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

Shades of Violet #E386DD

Tints of Violet #E386DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.02%

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

R = 39%
G = 23.02%
B = 37.97%

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

#E386DD (or 0xE386DD) is known color: Violet. HEX triplet: E3, 86 and DD. RGB value is (227,134,221). Sum of RGB (Red+Green+Blue) = 227+134+221=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 227 - color contains mainly: red. Hex color #E386DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E386DD is #1C7922. Grayscale: #ABABAB. Windows color (decimal): -1866019 or 14517987. OLE color: 14517987.

HSL color Cylindrical-coordinate representation of color #E386DD: hue angle of 303.87º degrees, saturation: 0.62, 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 #E386DD is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 134 221 -
CMYK 0 0.41 0.03 0.11
HSL 303.87º 0.62% 0.71% -
HSV(B) 303.87º 0.41% 0.89% -
XYZ 53.25 38.6 73.05 -
YUV 171.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 227 134 221 0 0.41 0.03 0.11 303.87 0.62 0.71
Hex E3 86 DD 0 29 3 B 130 3E 47
Octal 343 206 335 0 51 3 13 460 76 107
Binary 11100011 10000110 11011101 0 101001 11 1011 100110000 111110 1000111

Color Harmonies of #E386DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E386DD

Black with #E386DD

Text Example


Text Example

White with #E386DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E386DD; }

 p { color: rgb(227,134,221); }

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

background-color css

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

 a { background-color: rgb(227,134,221); }

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

border-color css

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

 span { border-color: rgb(227,134,221); }

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