Html Css Color HEX #E385DB Violet

📋 copy color: '#E385DB'

red 227 ◦ green 133 ◦ blue 219

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

Shades of Violet #E385DB

Tints of Violet #E385DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.82%

R = 39.21%
G = 22.97%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E385DB (or 0xE385DB) is known color: Violet. HEX triplet: E3, 85 and DB. RGB value is (227,133,219). Sum of RGB (Red+Green+Blue) = 227+133+219=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E385DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385DB is #1C7A24. Grayscale: #AAAAAA. Windows color (decimal): -1866277 or 14386659. OLE color: 14386659.

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

Color convert

RGB 227 133 219 -
CMYK 0 0.41 0.04 0.11
HSL 305.11º 0.63% 0.71% -
HSV(B) 305.11º 0.41% 0.89% -
XYZ 52.85 38.22 71.61 -
YUV 170.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 227 133 219 0 0.41 0.04 0.11 305.11 0.63 0.71
Hex E3 85 DB 0 29 4 B 131 3F 47
Octal 343 205 333 0 51 4 13 461 77 107
Binary 11100011 10000101 11011011 0 101001 100 1011 100110001 111111 1000111

Color Harmonies of #E385DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385DB

Black with #E385DB

Text Example


Text Example

White with #E385DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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