Html Css Color HEX #E384DC Violet

📋 copy color: '#E384DC'

red 227 ◦ green 132 ◦ blue 220

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

Shades of Violet #E384DC

Tints of Violet #E384DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.8%

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

R = 39.21%
G = 22.8%
B = 38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E384DC (or 0xE384DC) is known color: Violet. HEX triplet: E3, 84 and DC. RGB value is (227,132,220). Sum of RGB (Red+Green+Blue) = 227+132+220=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E384DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384DC is #1C7B23. Grayscale: #AAAAAA. Windows color (decimal): -1866532 or 14451939. OLE color: 14451939.

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

Color convert

RGB 227 132 220 -
CMYK 0 0.42 0.03 0.11
HSL 304.42º 0.63% 0.7% -
HSV(B) 304.42º 0.42% 0.89% -
XYZ 52.85 38 72.26 -
YUV 170.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 227 132 220 0 0.42 0.03 0.11 304.42 0.63 0.7
Hex E3 84 DC 0 2A 3 B 130 3F 46
Octal 343 204 334 0 52 3 13 460 77 106
Binary 11100011 10000100 11011100 0 101010 11 1011 100110000 111111 1000110

Color Harmonies of #E384DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384DC

Black with #E384DC

Text Example


Text Example

White with #E384DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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