Html Css Color HEX #E280DE Orchid

📋 copy color: '#E280DE'

red 226 ◦ green 128 ◦ blue 222

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

Shades of Orchid #E280DE

Tints of Orchid #E280DE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.22%

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 39.24%
G = 22.22%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E280DE (or 0xE280DE) is known color: Orchid. HEX triplet: E2, 80 and DE. RGB value is (226,128,222). Sum of RGB (Red+Green+Blue) = 226+128+222=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E280DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280DE is #1D7F21. Grayscale: #A7A7A7. Windows color (decimal): -1933090 or 14581986. OLE color: 14581986.

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

Color convert

RGB 226 128 222 -
CMYK 0 0.43 0.02 0.11
HSL 302.45º 0.63% 0.69% -
HSV(B) 302.45º 0.43% 0.89% -
XYZ 52.27 36.88 73.47 -
YUV 168.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 226 128 222 0 0.43 0.02 0.11 302.45 0.63 0.69
Hex E2 80 DE 0 2B 2 B 12E 3F 45
Octal 342 200 336 0 53 2 13 456 77 105
Binary 11100010 10000000 11011110 0 101011 10 1011 100101110 111111 1000101

Color Harmonies of #E280DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280DE

Black with #E280DE

Text Example


Text Example

White with #E280DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280DE; }

 p { color: rgb(226,128,222); }

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

background-color css

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

 a { background-color: rgb(226,128,222); }

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

border-color css

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

 span { border-color: rgb(226,128,222); }

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