Html Css Color HEX #E26BEA Orchid

📋 copy color: '#E26BEA'

red 226 ◦ green 107 ◦ blue 234

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

Shades of Orchid #E26BEA

Tints of Orchid #E26BEA

RGB

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

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

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

R = 39.86%
G = 18.87%
B = 41.27%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E26BEA (or 0xE26BEA) is known color: Orchid. HEX triplet: E2, 6B and EA. RGB value is (226,107,234). Sum of RGB (Red+Green+Blue) = 226+107+234=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #E26BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26BEA is #1D9415. Grayscale: #9C9C9C. Windows color (decimal): -1938454 or 15363042. OLE color: 15363042.

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

Color convert

RGB 226 107 234 -
CMYK 0.03 0.54 0 0.08
HSL 296.22º 0.75% 0.67% -
HSV(B) 296.22º 0.54% 0.92% -
XYZ 51.47 32.62 81.43 -
YUV 157.06 171.42 177.17 -
System Red Green Blue C M Y K H S L
Decimal 226 107 234 0.03 0.54 0 0.08 296.22 0.75 0.67
Hex E2 6B EA 3 36 0 8 128 4B 43
Octal 342 153 352 3 66 0 10 450 113 103
Binary 11100010 1101011 11101010 11 110110 0 1000 100101000 1001011 1000011

Color Harmonies of #E26BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26BEA

Black with #E26BEA

Text Example


Text Example

White with #E26BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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