Html Css Color HEX #E26EDF Orchid

📋 copy color: '#E26EDF'

red 226 ◦ green 110 ◦ blue 223

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

Shades of Orchid #E26EDF

Tints of Orchid #E26EDF

RGB

 RED value IS 226 (88.67% from 255) = 40.43%

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 40.43%
G = 19.68%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E26EDF (or 0xE26EDF) is known color: Orchid. HEX triplet: E2, 6E and DF. RGB value is (226,110,223). Sum of RGB (Red+Green+Blue) = 226+110+223=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EDF is #1D9120. Grayscale: #9D9D9D. Windows color (decimal): -1937697 or 14642914. OLE color: 14642914.

HSL color Cylindrical-coordinate representation of color #E26EDF: hue angle of 301.55º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26EDF is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 110 223 -
CMYK 0 0.51 0.01 0.11
HSL 301.55º 0.67% 0.66% -
HSV(B) 301.55º 0.51% 0.89% -
XYZ 50.26 32.65 73.46 -
YUV 157.57 164.93 176.81 -
System Red Green Blue C M Y K H S L
Decimal 226 110 223 0 0.51 0.01 0.11 301.55 0.67 0.66
Hex E2 6E DF 0 33 1 B 12E 43 42
Octal 342 156 337 0 63 1 13 456 103 102
Binary 11100010 1101110 11011111 0 110011 1 1011 100101110 1000011 1000010

Color Harmonies of #E26EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EDF

Black with #E26EDF

Text Example


Text Example

White with #E26EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EDF; }

 p { color: rgb(226,110,223); }

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

background-color css

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

 a { background-color: rgb(226,110,223); }

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

border-color css

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

 span { border-color: rgb(226,110,223); }

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