Html Css Color HEX #E26FDD Orchid

📋 copy color: '#E26FDD'

red 226 ◦ green 111 ◦ blue 221

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

Shades of Orchid #E26FDD

Tints of Orchid #E26FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 40.5%
G = 19.89%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E26FDD (or 0xE26FDD) is known color: Orchid. HEX triplet: E2, 6F and DD. RGB value is (226,111,221). Sum of RGB (Red+Green+Blue) = 226+111+221=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FDD is #1D9022. Grayscale: #9D9D9D. Windows color (decimal): -1937443 or 14512098. OLE color: 14512098.

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

Color convert

RGB 226 111 221 -
CMYK 0 0.51 0.02 0.11
HSL 302.61º 0.66% 0.66% -
HSV(B) 302.61º 0.51% 0.89% -
XYZ 50.1 32.76 72.09 -
YUV 157.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 226 111 221 0 0.51 0.02 0.11 302.61 0.66 0.66
Hex E2 6F DD 0 33 2 B 12F 42 42
Octal 342 157 335 0 63 2 13 457 102 102
Binary 11100010 1101111 11011101 0 110011 10 1011 100101111 1000010 1000010

Color Harmonies of #E26FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26FDD

Black with #E26FDD

Text Example


Text Example

White with #E26FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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