Html Css Color HEX #E26ECB Orchid

📋 copy color: '#E26ECB'

red 226 ◦ green 110 ◦ blue 203

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

Shades of Orchid #E26ECB

Tints of Orchid #E26ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 41.93%
G = 20.41%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E26ECB (or 0xE26ECB) is known color: Orchid. HEX triplet: E2, 6E and CB. RGB value is (226,110,203). Sum of RGB (Red+Green+Blue) = 226+110+203=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ECB is #1D9134. Grayscale: #9B9B9B. Windows color (decimal): -1937717 or 13332194. OLE color: 13332194.

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

Color convert

RGB 226 110 203 -
CMYK 0 0.51 0.10 0.11
HSL 311.9º 0.67% 0.66% -
HSV(B) 311.9º 0.51% 0.89% -
XYZ 47.72 31.63 60.09 -
YUV 155.29 154.93 178.44 -
System Red Green Blue C M Y K H S L
Decimal 226 110 203 0 0.51 0.10 0.11 311.9 0.67 0.66
Hex E2 6E CB 0 33 A B 138 43 42
Octal 342 156 313 0 63 12 13 470 103 102
Binary 11100010 1101110 11001011 0 110011 1010 1011 100111000 1000011 1000010

Color Harmonies of #E26ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26ECB

Black with #E26ECB

Text Example


Text Example

White with #E26ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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