Html Css Color HEX #E57ADC Orchid

📋 copy color: '#E57ADC'

red 229 ◦ green 122 ◦ blue 220

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

Shades of Orchid #E57ADC

Tints of Orchid #E57ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.37%

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

R = 40.11%
G = 21.37%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E57ADC (or 0xE57ADC) is known color: Orchid. HEX triplet: E5, 7A and DC. RGB value is (229,122,220). Sum of RGB (Red+Green+Blue) = 229+122+220=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ADC is #1A8523. Grayscale: #A4A4A4. Windows color (decimal): -1738020 or 14449381. OLE color: 14449381.

HSL color Cylindrical-coordinate representation of color #E57ADC: hue angle of 305.05º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57ADC is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 122 220 -
CMYK 0 0.47 0.04 0.10
HSL 305.05º 0.67% 0.69% -
HSV(B) 305.05º 0.47% 0.9% -
XYZ 52.19 35.74 71.86 -
YUV 165.17 158.95 173.53 -
System Red Green Blue C M Y K H S L
Decimal 229 122 220 0 0.47 0.04 0.10 305.05 0.67 0.69
Hex E5 7A DC 0 2F 4 A 131 43 45
Octal 345 172 334 0 57 4 12 461 103 105
Binary 11100101 1111010 11011100 0 101111 100 1010 100110001 1000011 1000101

Color Harmonies of #E57ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57ADC

Black with #E57ADC

Text Example


Text Example

White with #E57ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57ADC; }

 p { color: rgb(229,122,220); }

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

background-color css

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

 a { background-color: rgb(229,122,220); }

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

border-color css

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

 span { border-color: rgb(229,122,220); }

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