Html Css Color HEX #E26ADD Orchid

📋 copy color: '#E26ADD'

red 226 ◦ green 106 ◦ blue 221

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

Shades of Orchid #E26ADD

Tints of Orchid #E26ADD

RGB

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

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

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

R = 40.87%
G = 19.17%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E26ADD (or 0xE26ADD) is known color: Orchid. HEX triplet: E2, 6A and DD. RGB value is (226,106,221). Sum of RGB (Red+Green+Blue) = 226+106+221=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ADD is #1D9522. Grayscale: #9A9A9A. Windows color (decimal): -1938723 or 14510818. OLE color: 14510818.

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

Color convert

RGB 226 106 221 -
CMYK 0 0.53 0.02 0.11
HSL 302.5º 0.67% 0.65% -
HSV(B) 302.5º 0.53% 0.89% -
XYZ 49.57 31.7 71.91 -
YUV 154.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 226 106 221 0 0.53 0.02 0.11 302.5 0.67 0.65
Hex E2 6A DD 0 35 2 B 12E 43 41
Octal 342 152 335 0 65 2 13 456 103 101
Binary 11100010 1101010 11011101 0 110101 10 1011 100101110 1000011 1000001

Color Harmonies of #E26ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26ADD

Black with #E26ADD

Text Example


Text Example

White with #E26ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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