Html Css Color HEX #E57CD8 Orchid

📋 copy color: '#E57CD8'

red 229 ◦ green 124 ◦ blue 216

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

Shades of Orchid #E57CD8

Tints of Orchid #E57CD8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.79%

 BLUE value IS 216 (84.77% from 255) = 37.96%

R = 40.25%
G = 21.79%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E57CD8 (or 0xE57CD8) is known color: Orchid. HEX triplet: E5, 7C and D8. RGB value is (229,124,216). Sum of RGB (Red+Green+Blue) = 229+124+216=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CD8 is #1A8327. Grayscale: #A5A5A5. Windows color (decimal): -1737512 or 14187749. OLE color: 14187749.

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

Color convert

RGB 229 124 216 -
CMYK 0 0.46 0.06 0.10
HSL 307.43º 0.67% 0.69% -
HSV(B) 307.43º 0.46% 0.9% -
XYZ 51.92 36.03 69.18 -
YUV 165.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 229 124 216 0 0.46 0.06 0.10 307.43 0.67 0.69
Hex E5 7C D8 0 2E 6 A 133 43 45
Octal 345 174 330 0 56 6 12 463 103 105
Binary 11100101 1111100 11011000 0 101110 110 1010 100110011 1000011 1000101

Color Harmonies of #E57CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57CD8

Black with #E57CD8

Text Example


Text Example

White with #E57CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57CD8; }

 p { color: rgb(229,124,216); }

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

background-color css

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

 a { background-color: rgb(229,124,216); }

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

border-color css

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

 span { border-color: rgb(229,124,216); }

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