Html Css Color HEX #E269DD Orchid

📋 copy color: '#E269DD'

red 226 ◦ green 105 ◦ blue 221

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

Shades of Orchid #E269DD

Tints of Orchid #E269DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.02%

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

R = 40.94%
G = 19.02%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E269DD (or 0xE269DD) is known color: Orchid. HEX triplet: E2, 69 and DD. RGB value is (226,105,221). Sum of RGB (Red+Green+Blue) = 226+105+221=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E269DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269DD is #1D9622. Grayscale: #9A9A9A. Windows color (decimal): -1938979 or 14510562. OLE color: 14510562.

HSL color Cylindrical-coordinate representation of color #E269DD: hue angle of 302.48º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E269DD is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 105 221 -
CMYK 0 0.54 0.02 0.11
HSL 302.48º 0.68% 0.65% -
HSV(B) 302.48º 0.54% 0.89% -
XYZ 49.47 31.49 71.88 -
YUV 154.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 226 105 221 0 0.54 0.02 0.11 302.48 0.68 0.65
Hex E2 69 DD 0 36 2 B 12E 44 41
Octal 342 151 335 0 66 2 13 456 104 101
Binary 11100010 1101001 11011101 0 110110 10 1011 100101110 1000100 1000001

Color Harmonies of #E269DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E269DD

Black with #E269DD

Text Example


Text Example

White with #E269DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E269DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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