Html Css Color HEX #E28AD0 Orchid

📋 copy color: '#E28AD0'

red 226 ◦ green 138 ◦ blue 208

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

Shades of Orchid #E28AD0

Tints of Orchid #E28AD0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.13%

 BLUE value IS 208 (81.64% from 255) = 36.36%

R = 39.51%
G = 24.13%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E28AD0 (or 0xE28AD0) is known color: Orchid. HEX triplet: E2, 8A and D0. RGB value is (226,138,208). Sum of RGB (Red+Green+Blue) = 226+138+208=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E28AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28AD0 is #1D752F. Grayscale: #ACACAC. Windows color (decimal): -1930544 or 13667042. OLE color: 13667042.

HSL color Cylindrical-coordinate representation of color #E28AD0: hue angle of 312.27º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28AD0 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 138 208 -
CMYK 0 0.39 0.08 0.11
HSL 312.27º 0.6% 0.71% -
HSV(B) 312.27º 0.39% 0.89% -
XYZ 51.84 38.9 64.45 -
YUV 172.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 226 138 208 0 0.39 0.08 0.11 312.27 0.6 0.71
Hex E2 8A D0 0 27 8 B 138 3C 47
Octal 342 212 320 0 47 10 13 470 74 107
Binary 11100010 10001010 11010000 0 100111 1000 1011 100111000 111100 1000111

Color Harmonies of #E28AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28AD0

Black with #E28AD0

Text Example


Text Example

White with #E28AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28AD0; }

 p { color: rgb(226,138,208); }

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

background-color css

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

 a { background-color: rgb(226,138,208); }

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

border-color css

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

 span { border-color: rgb(226,138,208); }

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