Html Css Color HEX #E57CDB Orchid

📋 copy color: '#E57CDB'

red 229 ◦ green 124 ◦ blue 219

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

Shades of Orchid #E57CDB

Tints of Orchid #E57CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.29%

R = 40.03%
G = 21.68%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E57CDB (or 0xE57CDB) is known color: Orchid. HEX triplet: E5, 7C and DB. RGB value is (229,124,219). Sum of RGB (Red+Green+Blue) = 229+124+219=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CDB is #1A8324. Grayscale: #A5A5A5. Windows color (decimal): -1737509 or 14384357. OLE color: 14384357.

HSL color Cylindrical-coordinate representation of color #E57CDB: hue angle of 305.71º 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 #E57CDB is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 124 219 -
CMYK 0 0.46 0.04 0.10
HSL 305.71º 0.67% 0.69% -
HSV(B) 305.71º 0.46% 0.9% -
XYZ 52.31 36.19 71.25 -
YUV 166.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 229 124 219 0 0.46 0.04 0.10 305.71 0.67 0.69
Hex E5 7C DB 0 2E 4 A 132 43 45
Octal 345 174 333 0 56 4 12 462 103 105
Binary 11100101 1111100 11011011 0 101110 100 1010 100110010 1000011 1000101

Color Harmonies of #E57CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57CDB

Black with #E57CDB

Text Example


Text Example

White with #E57CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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