Html Css Color HEX #E26EDA Orchid

📋 copy color: '#E26EDA'

red 226 ◦ green 110 ◦ blue 218

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

Shades of Orchid #E26EDA

Tints of Orchid #E26EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 40.79%
G = 19.86%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E26EDA (or 0xE26EDA) is known color: Orchid. HEX triplet: E2, 6E and DA. RGB value is (226,110,218). Sum of RGB (Red+Green+Blue) = 226+110+218=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EDA is #1D9125. Grayscale: #9C9C9C. Windows color (decimal): -1937702 or 14315234. OLE color: 14315234.

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

Color convert

RGB 226 110 218 -
CMYK 0 0.51 0.04 0.11
HSL 304.14º 0.67% 0.66% -
HSV(B) 304.14º 0.51% 0.89% -
XYZ 49.59 32.38 69.97 -
YUV 157 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 226 110 218 0 0.51 0.04 0.11 304.14 0.67 0.66
Hex E2 6E DA 0 33 4 B 130 43 42
Octal 342 156 332 0 63 4 13 460 103 102
Binary 11100010 1101110 11011010 0 110011 100 1011 100110000 1000011 1000010

Color Harmonies of #E26EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EDA

Black with #E26EDA

Text Example


Text Example

White with #E26EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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