Html Css Color HEX #E57EDA Orchid

📋 copy color: '#E57EDA'

red 229 ◦ green 126 ◦ blue 218

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

Shades of Orchid #E57EDA

Tints of Orchid #E57EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.99%

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 39.97%
G = 21.99%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E57EDA (or 0xE57EDA) is known color: Orchid. HEX triplet: E5, 7E and DA. RGB value is (229,126,218). Sum of RGB (Red+Green+Blue) = 229+126+218=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E57EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57EDA is #1A8125. Grayscale: #A7A7A7. Windows color (decimal): -1736998 or 14319333. OLE color: 14319333.

HSL color Cylindrical-coordinate representation of color #E57EDA: hue angle of 306.41º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57EDA is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 126 218 -
CMYK 0 0.45 0.05 0.10
HSL 306.41º 0.66% 0.7% -
HSV(B) 306.41º 0.45% 0.9% -
XYZ 52.43 36.64 70.64 -
YUV 167.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 229 126 218 0 0.45 0.05 0.10 306.41 0.66 0.7
Hex E5 7E DA 0 2D 5 A 132 42 46
Octal 345 176 332 0 55 5 12 462 102 106
Binary 11100101 1111110 11011010 0 101101 101 1010 100110010 1000010 1000110

Color Harmonies of #E57EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57EDA

Black with #E57EDA

Text Example


Text Example

White with #E57EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57EDA; }

 p { color: rgb(229,126,218); }

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

background-color css

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

 a { background-color: rgb(229,126,218); }

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

border-color css

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

 span { border-color: rgb(229,126,218); }

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