Html Css Color HEX #E26BE4 Orchid

📋 copy color: '#E26BE4'

red 226 ◦ green 107 ◦ blue 228

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

Shades of Orchid #E26BE4

Tints of Orchid #E26BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.64%

R = 40.29%
G = 19.07%
B = 40.64%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E26BE4 (or 0xE26BE4) is known color: Orchid. HEX triplet: E2, 6B and E4. RGB value is (226,107,228). Sum of RGB (Red+Green+Blue) = 226+107+228=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #E26BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BE4 is #1D941B. Grayscale: #9C9C9C. Windows color (decimal): -1938460 or 14969826. OLE color: 14969826.

HSL color Cylindrical-coordinate representation of color #E26BE4: hue angle of 299.01º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26BE4 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 107 228 -
CMYK 0.01 0.53 0 0.11
HSL 299.01º 0.69% 0.66% -
HSV(B) 299.01º 0.53% 0.89% -
XYZ 50.63 32.29 76.96 -
YUV 156.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 226 107 228 0.01 0.53 0 0.11 299.01 0.69 0.66
Hex E2 6B E4 1 35 0 B 12B 45 42
Octal 342 153 344 1 65 0 13 453 105 102
Binary 11100010 1101011 11100100 1 110101 0 1011 100101011 1000101 1000010

Color Harmonies of #E26BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26BE4

Black with #E26BE4

Text Example


Text Example

White with #E26BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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