Html Css Color HEX #E57BDA Orchid

📋 copy color: '#E57BDA'

red 229 ◦ green 123 ◦ blue 218

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

Shades of Orchid #E57BDA

Tints of Orchid #E57BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.58%

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

R = 40.18%
G = 21.58%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E57BDA (or 0xE57BDA) is known color: Orchid. HEX triplet: E5, 7B and DA. RGB value is (229,123,218). Sum of RGB (Red+Green+Blue) = 229+123+218=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BDA is #1A8425. Grayscale: #A5A5A5. Windows color (decimal): -1737766 or 14318565. OLE color: 14318565.

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

Color convert

RGB 229 123 218 -
CMYK 0 0.46 0.05 0.10
HSL 306.23º 0.67% 0.69% -
HSV(B) 306.23º 0.46% 0.9% -
XYZ 52.05 35.89 70.51 -
YUV 165.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 229 123 218 0 0.46 0.05 0.10 306.23 0.67 0.69
Hex E5 7B DA 0 2E 5 A 132 43 45
Octal 345 173 332 0 56 5 12 462 103 105
Binary 11100101 1111011 11011010 0 101110 101 1010 100110010 1000011 1000101

Color Harmonies of #E57BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57BDA

Black with #E57BDA

Text Example


Text Example

White with #E57BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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