Html Css Color HEX #E57DEC Violet

📋 copy color: '#E57DEC'

red 229 ◦ green 125 ◦ blue 236

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

Shades of Violet #E57DEC

Tints of Violet #E57DEC

RGB

 RED value IS 229 (89.84% from 255) = 38.81%

 GREEN value IS 125 (49.22% from 255) = 21.19%

 BLUE value IS 236 (92.58% from 255) = 40%

R = 38.81%
G = 21.19%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E57DEC (or 0xE57DEC) is known color: Violet. HEX triplet: E5, 7D and EC. RGB value is (229,125,236). Sum of RGB (Red+Green+Blue) = 229+125+236=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #E57DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57DEC is #1A8213. Grayscale: #A8A8A8. Windows color (decimal): -1737236 or 15498725. OLE color: 15498725.

HSL color Cylindrical-coordinate representation of color #E57DEC: hue angle of 296.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57DEC is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 125 236 -
CMYK 0.03 0.47 0 0.07
HSL 296.22º 0.74% 0.71% -
HSV(B) 296.22º 0.47% 0.93% -
XYZ 54.79 37.38 83.68 -
YUV 168.75 165.96 170.97 -
System Red Green Blue C M Y K H S L
Decimal 229 125 236 0.03 0.47 0 0.07 296.22 0.74 0.71
Hex E5 7D EC 3 2F 0 7 128 4A 47
Octal 345 175 354 3 57 0 7 450 112 107
Binary 11100101 1111101 11101100 11 101111 0 111 100101000 1001010 1000111

Color Harmonies of #E57DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57DEC

Black with #E57DEC

Text Example


Text Example

White with #E57DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57DEC; }

 p { color: rgb(229,125,236); }

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

background-color css

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

 a { background-color: rgb(229,125,236); }

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

border-color css

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

 span { border-color: rgb(229,125,236); }

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