Html Css Color HEX #E56BDA Orchid

📋 copy color: '#E56BDA'

red 229 ◦ green 107 ◦ blue 218

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

Shades of Orchid #E56BDA

Tints of Orchid #E56BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.31%

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

R = 41.34%
G = 19.31%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E56BDA (or 0xE56BDA) is known color: Orchid. HEX triplet: E5, 6B and DA. RGB value is (229,107,218). Sum of RGB (Red+Green+Blue) = 229+107+218=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BDA is #1A9425. Grayscale: #9B9B9B. Windows color (decimal): -1741862 or 14314469. OLE color: 14314469.

HSL color Cylindrical-coordinate representation of color #E56BDA: hue angle of 305.41º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56BDA is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 107 218 -
CMYK 0 0.53 0.05 0.10
HSL 305.41º 0.7% 0.66% -
HSV(B) 305.41º 0.53% 0.9% -
XYZ 50.23 32.24 69.9 -
YUV 156.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 229 107 218 0 0.53 0.05 0.10 305.41 0.7 0.66
Hex E5 6B DA 0 35 5 A 131 46 42
Octal 345 153 332 0 65 5 12 461 106 102
Binary 11100101 1101011 11011010 0 110101 101 1010 100110001 1000110 1000010

Color Harmonies of #E56BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56BDA

Black with #E56BDA

Text Example


Text Example

White with #E56BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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