Html Css Color HEX #E26FDA Orchid

📋 copy color: '#E26FDA'

red 226 ◦ green 111 ◦ blue 218

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

Shades of Orchid #E26FDA

Tints of Orchid #E26FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20%

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 40.72%
G = 20%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E26FDA (or 0xE26FDA) is known color: Orchid. HEX triplet: E2, 6F and DA. RGB value is (226,111,218). Sum of RGB (Red+Green+Blue) = 226+111+218=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FDA is #1D9025. Grayscale: #9D9D9D. Windows color (decimal): -1937446 or 14315490. OLE color: 14315490.

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

Color convert

RGB 226 111 218 -
CMYK 0 0.51 0.04 0.11
HSL 304.17º 0.66% 0.66% -
HSV(B) 304.17º 0.51% 0.89% -
XYZ 49.7 32.6 70 -
YUV 157.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 226 111 218 0 0.51 0.04 0.11 304.17 0.66 0.66
Hex E2 6F DA 0 33 4 B 130 42 42
Octal 342 157 332 0 63 4 13 460 102 102
Binary 11100010 1101111 11011010 0 110011 100 1011 100110000 1000010 1000010

Color Harmonies of #E26FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26FDA

Black with #E26FDA

Text Example


Text Example

White with #E26FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26FDA; }

 p { color: rgb(226,111,218); }

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

background-color css

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

 a { background-color: rgb(226,111,218); }

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

border-color css

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

 span { border-color: rgb(226,111,218); }

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