Html Css Color HEX #E280D8 Orchid

📋 copy color: '#E280D8'

red 226 ◦ green 128 ◦ blue 216

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

Shades of Orchid #E280D8

Tints of Orchid #E280D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 39.65%
G = 22.46%
B = 37.89%

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

#E280D8 (or 0xE280D8) is known color: Orchid. HEX triplet: E2, 80 and D8. RGB value is (226,128,216). Sum of RGB (Red+Green+Blue) = 226+128+216=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E280D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280D8 is #1D7F27. Grayscale: #A7A7A7. Windows color (decimal): -1933096 or 14188770. OLE color: 14188770.

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

Color convert

RGB 226 128 216 -
CMYK 0 0.43 0.04 0.11
HSL 306.12º 0.63% 0.69% -
HSV(B) 306.12º 0.43% 0.89% -
XYZ 51.48 36.56 69.31 -
YUV 167.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 226 128 216 0 0.43 0.04 0.11 306.12 0.63 0.69
Hex E2 80 D8 0 2B 4 B 132 3F 45
Octal 342 200 330 0 53 4 13 462 77 105
Binary 11100010 10000000 11011000 0 101011 100 1011 100110010 111111 1000101

Color Harmonies of #E280D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280D8

Black with #E280D8

Text Example


Text Example

White with #E280D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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