Html Css Color HEX #E26EDD Orchid

📋 copy color: '#E26EDD'

red 226 ◦ green 110 ◦ blue 221

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

Shades of Orchid #E26EDD

Tints of Orchid #E26EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 40.57%
G = 19.75%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E26EDD (or 0xE26EDD) is known color: Orchid. HEX triplet: E2, 6E and DD. RGB value is (226,110,221). Sum of RGB (Red+Green+Blue) = 226+110+221=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EDD is #1D9122. Grayscale: #9D9D9D. Windows color (decimal): -1937699 or 14511842. OLE color: 14511842.

HSL color Cylindrical-coordinate representation of color #E26EDD: hue angle of 302.59º 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 #E26EDD is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 110 221 -
CMYK 0 0.51 0.02 0.11
HSL 302.59º 0.67% 0.66% -
HSV(B) 302.59º 0.51% 0.89% -
XYZ 49.99 32.54 72.05 -
YUV 157.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 226 110 221 0 0.51 0.02 0.11 302.59 0.67 0.66
Hex E2 6E DD 0 33 2 B 12F 43 42
Octal 342 156 335 0 63 2 13 457 103 102
Binary 11100010 1101110 11011101 0 110011 10 1011 100101111 1000011 1000010

Color Harmonies of #E26EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EDD

Black with #E26EDD

Text Example


Text Example

White with #E26EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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