Html Css Color HEX #E280DA Orchid

📋 copy color: '#E280DA'

red 226 ◦ green 128 ◦ blue 218

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

Shades of Orchid #E280DA

Tints of Orchid #E280DA

RGB

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

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

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

R = 39.51%
G = 22.38%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E280DA (or 0xE280DA) is known color: Orchid. HEX triplet: E2, 80 and DA. RGB value is (226,128,218). Sum of RGB (Red+Green+Blue) = 226+128+218=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E280DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280DA is #1D7F25. Grayscale: #A7A7A7. Windows color (decimal): -1933094 or 14319842. OLE color: 14319842.

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

Color convert

RGB 226 128 218 -
CMYK 0 0.43 0.04 0.11
HSL 304.9º 0.63% 0.69% -
HSV(B) 304.9º 0.43% 0.89% -
XYZ 51.74 36.67 70.68 -
YUV 167.56 156.47 169.68 -
System Red Green Blue C M Y K H S L
Decimal 226 128 218 0 0.43 0.04 0.11 304.9 0.63 0.69
Hex E2 80 DA 0 2B 4 B 131 3F 45
Octal 342 200 332 0 53 4 13 461 77 105
Binary 11100010 10000000 11011010 0 101011 100 1011 100110001 111111 1000101

Color Harmonies of #E280DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280DA

Black with #E280DA

Text Example


Text Example

White with #E280DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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