Html Css Color HEX #E26EC6 Orchid

📋 copy color: '#E26EC6'

red 226 ◦ green 110 ◦ blue 198

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

Shades of Orchid #E26EC6

Tints of Orchid #E26EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.08%

R = 42.32%
G = 20.6%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E26EC6 (or 0xE26EC6) is known color: Orchid. HEX triplet: E2, 6E and C6. RGB value is (226,110,198). Sum of RGB (Red+Green+Blue) = 226+110+198=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EC6 is #1D9139. Grayscale: #9A9A9A. Windows color (decimal): -1937722 or 13004514. OLE color: 13004514.

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

Color convert

RGB 226 110 198 -
CMYK 0 0.51 0.12 0.11
HSL 314.48º 0.67% 0.66% -
HSV(B) 314.48º 0.51% 0.89% -
XYZ 47.13 31.4 57 -
YUV 154.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 226 110 198 0 0.51 0.12 0.11 314.48 0.67 0.66
Hex E2 6E C6 0 33 C B 13A 43 42
Octal 342 156 306 0 63 14 13 472 103 102
Binary 11100010 1101110 11000110 0 110011 1100 1011 100111010 1000011 1000010

Color Harmonies of #E26EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EC6

Black with #E26EC6

Text Example


Text Example

White with #E26EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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