Html Css Color HEX #E56BC9 Orchid

📋 copy color: '#E56BC9'

red 229 ◦ green 107 ◦ blue 201

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

Shades of Orchid #E56BC9

Tints of Orchid #E56BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.43%

R = 42.64%
G = 19.93%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E56BC9 (or 0xE56BC9) is known color: Orchid. HEX triplet: E5, 6B and C9. RGB value is (229,107,201). Sum of RGB (Red+Green+Blue) = 229+107+201=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BC9 is #1A9436. Grayscale: #999999. Windows color (decimal): -1741879 or 13200357. OLE color: 13200357.

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

Color convert

RGB 229 107 201 -
CMYK 0 0.53 0.12 0.10
HSL 313.77º 0.7% 0.66% -
HSV(B) 313.77º 0.53% 0.9% -
XYZ 48.11 31.39 58.78 -
YUV 154.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 229 107 201 0 0.53 0.12 0.10 313.77 0.7 0.66
Hex E5 6B C9 0 35 C A 13A 46 42
Octal 345 153 311 0 65 14 12 472 106 102
Binary 11100101 1101011 11001001 0 110101 1100 1010 100111010 1000110 1000010

Color Harmonies of #E56BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56BC9

Black with #E56BC9

Text Example


Text Example

White with #E56BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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