Html Css Color HEX #E57FDA Orchid

📋 copy color: '#E57FDA'

red 229 ◦ green 127 ◦ blue 218

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

Shades of Orchid #E57FDA

Tints of Orchid #E57FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.13%

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

R = 39.9%
G = 22.13%
B = 37.98%

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

#E57FDA (or 0xE57FDA) is known color: Orchid. HEX triplet: E5, 7F and DA. RGB value is (229,127,218). Sum of RGB (Red+Green+Blue) = 229+127+218=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57FDA is #1A8025. Grayscale: #A7A7A7. Windows color (decimal): -1736742 or 14319589. OLE color: 14319589.

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

Color convert

RGB 229 127 218 -
CMYK 0 0.45 0.05 0.10
HSL 306.47º 0.66% 0.7% -
HSV(B) 306.47º 0.45% 0.9% -
XYZ 52.56 36.9 70.68 -
YUV 167.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 229 127 218 0 0.45 0.05 0.10 306.47 0.66 0.7
Hex E5 7F DA 0 2D 5 A 132 42 46
Octal 345 177 332 0 55 5 12 462 102 106
Binary 11100101 1111111 11011010 0 101101 101 1010 100110010 1000010 1000110

Color Harmonies of #E57FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57FDA

Black with #E57FDA

Text Example


Text Example

White with #E57FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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