Html Css Color HEX #E26AD6 Orchid

📋 copy color: '#E26AD6'

red 226 ◦ green 106 ◦ blue 214

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

Shades of Orchid #E26AD6

Tints of Orchid #E26AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.19%

R = 41.39%
G = 19.41%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E26AD6 (or 0xE26AD6) is known color: Orchid. HEX triplet: E2, 6A and D6. RGB value is (226,106,214). Sum of RGB (Red+Green+Blue) = 226+106+214=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26AD6 is #1D9529. Grayscale: #999999. Windows color (decimal): -1938730 or 14052066. OLE color: 14052066.

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

Color convert

RGB 226 106 214 -
CMYK 0 0.53 0.05 0.11
HSL 306º 0.67% 0.65% -
HSV(B) 306º 0.53% 0.89% -
XYZ 48.66 31.33 67.1 -
YUV 154.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 226 106 214 0 0.53 0.05 0.11 306 0.67 0.65
Hex E2 6A D6 0 35 5 B 132 43 41
Octal 342 152 326 0 65 5 13 462 103 101
Binary 11100010 1101010 11010110 0 110101 101 1011 100110010 1000011 1000001

Color Harmonies of #E26AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26AD6

Black with #E26AD6

Text Example


Text Example

White with #E26AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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