Html Css Color HEX #E56FDB Orchid

📋 copy color: '#E56FDB'

red 229 ◦ green 111 ◦ blue 219

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

Shades of Orchid #E56FDB

Tints of Orchid #E56FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.86%

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 40.97%
G = 19.86%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E56FDB (or 0xE56FDB) is known color: Orchid. HEX triplet: E5, 6F and DB. RGB value is (229,111,219). Sum of RGB (Red+Green+Blue) = 229+111+219=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FDB is #1A9024. Grayscale: #9E9E9E. Windows color (decimal): -1740837 or 14381029. OLE color: 14381029.

HSL color Cylindrical-coordinate representation of color #E56FDB: hue angle of 305.08º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56FDB is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 111 219 -
CMYK 0 0.52 0.04 0.10
HSL 305.08º 0.69% 0.67% -
HSV(B) 305.08º 0.52% 0.9% -
XYZ 50.78 33.14 70.74 -
YUV 158.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 229 111 219 0 0.52 0.04 0.10 305.08 0.69 0.67
Hex E5 6F DB 0 34 4 A 131 45 43
Octal 345 157 333 0 64 4 12 461 105 103
Binary 11100101 1101111 11011011 0 110100 100 1010 100110001 1000101 1000011

Color Harmonies of #E56FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56FDB

Black with #E56FDB

Text Example


Text Example

White with #E56FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56FDB; }

 p { color: rgb(229,111,219); }

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

background-color css

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

 a { background-color: rgb(229,111,219); }

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

border-color css

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

 span { border-color: rgb(229,111,219); }

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