Html Css Color HEX #E26ECE Orchid

📋 copy color: '#E26ECE'

red 226 ◦ green 110 ◦ blue 206

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

Shades of Orchid #E26ECE

Tints of Orchid #E26ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 41.7%
G = 20.3%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E26ECE (or 0xE26ECE) is known color: Orchid. HEX triplet: E2, 6E and CE. RGB value is (226,110,206). Sum of RGB (Red+Green+Blue) = 226+110+206=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ECE is #1D9131. Grayscale: #9B9B9B. Windows color (decimal): -1937714 or 13528802. OLE color: 13528802.

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

Color convert

RGB 226 110 206 -
CMYK 0 0.51 0.09 0.11
HSL 310.34º 0.67% 0.66% -
HSV(B) 310.34º 0.51% 0.89% -
XYZ 48.08 31.78 61.99 -
YUV 155.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 226 110 206 0 0.51 0.09 0.11 310.34 0.67 0.66
Hex E2 6E CE 0 33 9 B 136 43 42
Octal 342 156 316 0 63 11 13 466 103 102
Binary 11100010 1101110 11001110 0 110011 1001 1011 100110110 1000011 1000010

Color Harmonies of #E26ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26ECE

Black with #E26ECE

Text Example


Text Example

White with #E26ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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