Html Css Color HEX #E26ACA Orchid

📋 copy color: '#E26ACA'

red 226 ◦ green 106 ◦ blue 202

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

Shades of Orchid #E26ACA

Tints of Orchid #E26ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 42.32%
G = 19.85%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E26ACA (or 0xE26ACA) is known color: Orchid. HEX triplet: E2, 6A and CA. RGB value is (226,106,202). Sum of RGB (Red+Green+Blue) = 226+106+202=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ACA is #1D9535. Grayscale: #989898. Windows color (decimal): -1938742 or 13265634. OLE color: 13265634.

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

Color convert

RGB 226 106 202 -
CMYK 0 0.53 0.11 0.11
HSL 312º 0.67% 0.65% -
HSV(B) 312º 0.53% 0.89% -
XYZ 47.18 30.74 59.32 -
YUV 152.82 155.76 180.19 -
System Red Green Blue C M Y K H S L
Decimal 226 106 202 0 0.53 0.11 0.11 312 0.67 0.65
Hex E2 6A CA 0 35 B B 138 43 41
Octal 342 152 312 0 65 13 13 470 103 101
Binary 11100010 1101010 11001010 0 110101 1011 1011 100111000 1000011 1000001

Color Harmonies of #E26ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26ACA

Black with #E26ACA

Text Example


Text Example

White with #E26ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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