Html Css Color HEX #E26BE9 Orchid

📋 copy color: '#E26BE9'

red 226 ◦ green 107 ◦ blue 233

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

Shades of Orchid #E26BE9

Tints of Orchid #E26BE9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.9%

 BLUE value IS 233 (91.41% from 255) = 41.17%

R = 39.93%
G = 18.9%
B = 41.17%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E26BE9 (or 0xE26BE9) is known color: Orchid. HEX triplet: E2, 6B and E9. RGB value is (226,107,233). Sum of RGB (Red+Green+Blue) = 226+107+233=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #E26BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26BE9 is #1D9416. Grayscale: #9C9C9C. Windows color (decimal): -1938455 or 15297506. OLE color: 15297506.

HSL color Cylindrical-coordinate representation of color #E26BE9: hue angle of 296.67º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26BE9 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 107 233 -
CMYK 0.03 0.54 0 0.09
HSL 296.67º 0.74% 0.67% -
HSV(B) 296.67º 0.54% 0.91% -
XYZ 51.33 32.57 80.67 -
YUV 156.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 226 107 233 0.03 0.54 0 0.09 296.67 0.74 0.67
Hex E2 6B E9 3 36 0 9 129 4A 43
Octal 342 153 351 3 66 0 11 451 112 103
Binary 11100010 1101011 11101001 11 110110 0 1001 100101001 1001010 1000011

Color Harmonies of #E26BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26BE9

Black with #E26BE9

Text Example


Text Example

White with #E26BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26BE9; }

 p { color: rgb(226,107,233); }

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

background-color css

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

 a { background-color: rgb(226,107,233); }

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

border-color css

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

 span { border-color: rgb(226,107,233); }

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