Html Css Color HEX #E26ECC Orchid

📋 copy color: '#E26ECC'

red 226 ◦ green 110 ◦ blue 204

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

Shades of Orchid #E26ECC

Tints of Orchid #E26ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 41.85%
G = 20.37%
B = 37.78%

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

#E26ECC (or 0xE26ECC) is known color: Orchid. HEX triplet: E2, 6E and CC. RGB value is (226,110,204). Sum of RGB (Red+Green+Blue) = 226+110+204=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ECC is #1D9133. Grayscale: #9B9B9B. Windows color (decimal): -1937716 or 13397730. OLE color: 13397730.

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

Color convert

RGB 226 110 204 -
CMYK 0 0.51 0.10 0.11
HSL 311.38º 0.67% 0.66% -
HSV(B) 311.38º 0.51% 0.89% -
XYZ 47.84 31.68 60.72 -
YUV 155.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 226 110 204 0 0.51 0.10 0.11 311.38 0.67 0.66
Hex E2 6E CC 0 33 A B 137 43 42
Octal 342 156 314 0 63 12 13 467 103 102
Binary 11100010 1101110 11001100 0 110011 1010 1011 100110111 1000011 1000010

Color Harmonies of #E26ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26ECC

Black with #E26ECC

Text Example


Text Example

White with #E26ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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