Html Css Color HEX #E56AE8 Orchid

📋 copy color: '#E56AE8'

red 229 ◦ green 106 ◦ blue 232

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

Shades of Orchid #E56AE8

Tints of Orchid #E56AE8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.69%

 BLUE value IS 232 (91.02% from 255) = 40.92%

R = 40.39%
G = 18.69%
B = 40.92%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E56AE8 (or 0xE56AE8) is known color: Orchid. HEX triplet: E5, 6A and E8. RGB value is (229,106,232). Sum of RGB (Red+Green+Blue) = 229+106+232=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #E56AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56AE8 is #1A9517. Grayscale: #9C9C9C. Windows color (decimal): -1742104 or 15231717. OLE color: 15231717.

HSL color Cylindrical-coordinate representation of color #E56AE8: hue angle of 298.57º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56AE8 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 106 232 -
CMYK 0.01 0.54 0 0.09
HSL 298.57º 0.73% 0.66% -
HSV(B) 298.57º 0.54% 0.91% -
XYZ 52.03 32.79 79.93 -
YUV 157.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 229 106 232 0.01 0.54 0 0.09 298.57 0.73 0.66
Hex E5 6A E8 1 36 0 9 12B 49 42
Octal 345 152 350 1 66 0 11 453 111 102
Binary 11100101 1101010 11101000 1 110110 0 1001 100101011 1001001 1000010

Color Harmonies of #E56AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56AE8

Black with #E56AE8

Text Example


Text Example

White with #E56AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56AE8; }

 p { color: rgb(229,106,232); }

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

background-color css

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

 a { background-color: rgb(229,106,232); }

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

border-color css

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

 span { border-color: rgb(229,106,232); }

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