Html Css Color HEX #E26AD3 Orchid

📋 copy color: '#E26AD3'

red 226 ◦ green 106 ◦ blue 211

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

Shades of Orchid #E26AD3

Tints of Orchid #E26AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 41.62%
G = 19.52%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E26AD3 (or 0xE26AD3) is known color: Orchid. HEX triplet: E2, 6A and D3. RGB value is (226,106,211). Sum of RGB (Red+Green+Blue) = 226+106+211=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26AD3 is #1D952C. Grayscale: #999999. Windows color (decimal): -1938733 or 13855458. OLE color: 13855458.

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

Color convert

RGB 226 106 211 -
CMYK 0 0.53 0.07 0.11
HSL 307.5º 0.67% 0.65% -
HSV(B) 307.5º 0.53% 0.89% -
XYZ 48.28 31.18 65.1 -
YUV 153.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 226 106 211 0 0.53 0.07 0.11 307.5 0.67 0.65
Hex E2 6A D3 0 35 7 B 134 43 41
Octal 342 152 323 0 65 7 13 464 103 101
Binary 11100010 1101010 11010011 0 110101 111 1011 100110100 1000011 1000001

Color Harmonies of #E26AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26AD3

Black with #E26AD3

Text Example


Text Example

White with #E26AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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