Html Css Color HEX #E26AC6 Orchid

📋 copy color: '#E26AC6'

red 226 ◦ green 106 ◦ blue 198

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

Shades of Orchid #E26AC6

Tints of Orchid #E26AC6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20%

 BLUE value IS 198 (77.73% from 255) = 37.36%

R = 42.64%
G = 20%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E26AC6 (or 0xE26AC6) is known color: Orchid. HEX triplet: E2, 6A and C6. RGB value is (226,106,198). Sum of RGB (Red+Green+Blue) = 226+106+198=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26AC6 is #1D9539. Grayscale: #989898. Windows color (decimal): -1938746 or 13003490. OLE color: 13003490.

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

Color convert

RGB 226 106 198 -
CMYK 0 0.53 0.12 0.11
HSL 314º 0.67% 0.65% -
HSV(B) 314º 0.53% 0.89% -
XYZ 46.71 30.55 56.86 -
YUV 152.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 226 106 198 0 0.53 0.12 0.11 314 0.67 0.65
Hex E2 6A C6 0 35 C B 13A 43 41
Octal 342 152 306 0 65 14 13 472 103 101
Binary 11100010 1101010 11000110 0 110101 1100 1011 100111010 1000011 1000001

Color Harmonies of #E26AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26AC6

Black with #E26AC6

Text Example


Text Example

White with #E26AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26AC6; }

 p { color: rgb(226,106,198); }

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

background-color css

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

 a { background-color: rgb(226,106,198); }

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

border-color css

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

 span { border-color: rgb(226,106,198); }

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