Html Css Color HEX #E384E1 Violet

📋 copy color: '#E384E1'

red 227 ◦ green 132 ◦ blue 225

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

Shades of Violet #E384E1

Tints of Violet #E384E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.53%

R = 38.87%
G = 22.6%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E384E1 (or 0xE384E1) is known color: Violet. HEX triplet: E3, 84 and E1. RGB value is (227,132,225). Sum of RGB (Red+Green+Blue) = 227+132+225=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 132 (51.95% from 255 or 22.60% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 227 - color contains mainly: red. Hex color #E384E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384E1 is #1C7B1E. Grayscale: #AAAAAA. Windows color (decimal): -1866527 or 14779619. OLE color: 14779619.

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

Color convert

RGB 227 132 225 -
CMYK 0 0.42 0.01 0.11
HSL 301.26º 0.63% 0.7% -
HSV(B) 301.26º 0.42% 0.89% -
XYZ 53.52 38.27 75.8 -
YUV 171.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 227 132 225 0 0.42 0.01 0.11 301.26 0.63 0.7
Hex E3 84 E1 0 2A 1 B 12D 3F 46
Octal 343 204 341 0 52 1 13 455 77 106
Binary 11100011 10000100 11100001 0 101010 1 1011 100101101 111111 1000110

Color Harmonies of #E384E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384E1

Black with #E384E1

Text Example


Text Example

White with #E384E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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