Html Css Color HEX #E26EEA Orchid

📋 copy color: '#E26EEA'

red 226 ◦ green 110 ◦ blue 234

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

Shades of Orchid #E26EEA

Tints of Orchid #E26EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 39.65%
G = 19.3%
B = 41.05%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E26EEA (or 0xE26EEA) is known color: Orchid. HEX triplet: E2, 6E and EA. RGB value is (226,110,234). Sum of RGB (Red+Green+Blue) = 226+110+234=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #E26EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26EEA is #1D9115. Grayscale: #9E9E9E. Windows color (decimal): -1937686 or 15363810. OLE color: 15363810.

HSL color Cylindrical-coordinate representation of color #E26EEA: hue angle of 296.13º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26EEA is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 110 234 -
CMYK 0.03 0.53 0 0.08
HSL 296.13º 0.75% 0.67% -
HSV(B) 296.13º 0.53% 0.92% -
XYZ 51.79 33.26 81.53 -
YUV 158.82 170.43 175.92 -
System Red Green Blue C M Y K H S L
Decimal 226 110 234 0.03 0.53 0 0.08 296.13 0.75 0.67
Hex E2 6E EA 3 35 0 8 128 4B 43
Octal 342 156 352 3 65 0 10 450 113 103
Binary 11100010 1101110 11101010 11 110101 0 1000 100101000 1001011 1000011

Color Harmonies of #E26EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EEA

Black with #E26EEA

Text Example


Text Example

White with #E26EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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