Html Css Color HEX #E57CDD Orchid

📋 copy color: '#E57CDD'

red 229 ◦ green 124 ◦ blue 221

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

Shades of Orchid #E57CDD

Tints of Orchid #E57CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 39.9%
G = 21.6%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E57CDD (or 0xE57CDD) is known color: Orchid. HEX triplet: E5, 7C and DD. RGB value is (229,124,221). Sum of RGB (Red+Green+Blue) = 229+124+221=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CDD is #1A8322. Grayscale: #A6A6A6. Windows color (decimal): -1737507 or 14515429. OLE color: 14515429.

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

Color convert

RGB 229 124 221 -
CMYK 0 0.46 0.03 0.10
HSL 304.57º 0.67% 0.69% -
HSV(B) 304.57º 0.46% 0.9% -
XYZ 52.57 36.29 72.64 -
YUV 166.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 229 124 221 0 0.46 0.03 0.10 304.57 0.67 0.69
Hex E5 7C DD 0 2E 3 A 131 43 45
Octal 345 174 335 0 56 3 12 461 103 105
Binary 11100101 1111100 11011101 0 101110 11 1010 100110001 1000011 1000101

Color Harmonies of #E57CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57CDD

Black with #E57CDD

Text Example


Text Example

White with #E57CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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