Html Css Color HEX #E382ED Violet

📋 copy color: '#E382ED'

red 227 ◦ green 130 ◦ blue 237

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

Shades of Violet #E382ED

Tints of Violet #E382ED

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.89%

 BLUE value IS 237 (92.97% from 255) = 39.9%

R = 38.22%
G = 21.89%
B = 39.9%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E382ED (or 0xE382ED) is known color: Violet. HEX triplet: E3, 82 and ED. RGB value is (227,130,237). Sum of RGB (Red+Green+Blue) = 227+130+237=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #E382ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E382ED is #1C7D12. Grayscale: #AAAAAA. Windows color (decimal): -1867027 or 15565539. OLE color: 15565539.

HSL color Cylindrical-coordinate representation of color #E382ED: hue angle of 294.39º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E382ED is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 130 237 -
CMYK 0.04 0.45 0 0.07
HSL 294.39º 0.75% 0.72% -
HSV(B) 294.39º 0.45% 0.93% -
XYZ 54.95 38.41 84.64 -
YUV 171.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 227 130 237 0.04 0.45 0 0.07 294.39 0.75 0.72
Hex E3 82 ED 4 2D 0 7 126 4B 48
Octal 343 202 355 4 55 0 7 446 113 110
Binary 11100011 10000010 11101101 100 101101 0 111 100100110 1001011 1001000

Color Harmonies of #E382ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E382ED

Black with #E382ED

Text Example


Text Example

White with #E382ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E382ED; }

 p { color: rgb(227,130,237); }

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

background-color css

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

 a { background-color: rgb(227,130,237); }

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

border-color css

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

 span { border-color: rgb(227,130,237); }

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