Html Css Color HEX #E26BC4 Orchid

📋 copy color: '#E26BC4'

red 226 ◦ green 107 ◦ blue 196

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

Shades of Orchid #E26BC4

Tints of Orchid #E26BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 42.72%
G = 20.23%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E26BC4 (or 0xE26BC4) is known color: Orchid. HEX triplet: E2, 6B and C4. RGB value is (226,107,196). Sum of RGB (Red+Green+Blue) = 226+107+196=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BC4 is #1D943B. Grayscale: #989898. Windows color (decimal): -1938492 or 12872674. OLE color: 12872674.

HSL color Cylindrical-coordinate representation of color #E26BC4: hue angle of 315.13º 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 #E26BC4 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 107 196 -
CMYK 0 0.53 0.13 0.11
HSL 315.13º 0.67% 0.65% -
HSV(B) 315.13º 0.53% 0.89% -
XYZ 46.59 30.67 55.69 -
YUV 152.73 152.42 180.26 -
System Red Green Blue C M Y K H S L
Decimal 226 107 196 0 0.53 0.13 0.11 315.13 0.67 0.65
Hex E2 6B C4 0 35 D B 13B 43 41
Octal 342 153 304 0 65 15 13 473 103 101
Binary 11100010 1101011 11000100 0 110101 1101 1011 100111011 1000011 1000001

Color Harmonies of #E26BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26BC4

Black with #E26BC4

Text Example


Text Example

White with #E26BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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