Html Css Color HEX #E56EE7 Orchid

📋 copy color: '#E56EE7'

red 229 ◦ green 110 ◦ blue 231

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

Shades of Orchid #E56EE7

Tints of Orchid #E56EE7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.3%

 BLUE value IS 231 (90.63% from 255) = 40.53%

R = 40.18%
G = 19.3%
B = 40.53%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E56EE7 (or 0xE56EE7) is known color: Orchid. HEX triplet: E5, 6E and E7. RGB value is (229,110,231). Sum of RGB (Red+Green+Blue) = 229+110+231=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 231 - color contains mainly: blue. Hex color #E56EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56EE7 is #1A9118. Grayscale: #9F9F9F. Windows color (decimal): -1741081 or 15167205. OLE color: 15167205.

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

Color convert

RGB 229 110 231 -
CMYK 0.01 0.52 0 0.09
HSL 299.01º 0.72% 0.67% -
HSV(B) 299.01º 0.52% 0.91% -
XYZ 52.31 33.58 79.33 -
YUV 159.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 229 110 231 0.01 0.52 0 0.09 299.01 0.72 0.67
Hex E5 6E E7 1 34 0 9 12B 48 43
Octal 345 156 347 1 64 0 11 453 110 103
Binary 11100101 1101110 11100111 1 110100 0 1001 100101011 1001000 1000011

Color Harmonies of #E56EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56EE7

Black with #E56EE7

Text Example


Text Example

White with #E56EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56EE7; }

 p { color: rgb(229,110,231); }

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

background-color css

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

 a { background-color: rgb(229,110,231); }

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

border-color css

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

 span { border-color: rgb(229,110,231); }

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