Html Css Color HEX #E282D8 Orchid

📋 copy color: '#E282D8'

red 226 ◦ green 130 ◦ blue 216

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

Shades of Orchid #E282D8

Tints of Orchid #E282D8

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.73%

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

R = 39.51%
G = 22.73%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E282D8 (or 0xE282D8) is known color: Orchid. HEX triplet: E2, 82 and D8. RGB value is (226,130,216). Sum of RGB (Red+Green+Blue) = 226+130+216=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E282D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282D8 is #1D7D27. Grayscale: #A8A8A8. Windows color (decimal): -1932584 or 14189282. OLE color: 14189282.

HSL color Cylindrical-coordinate representation of color #E282D8: hue angle of 306.25º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E282D8 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 130 216 -
CMYK 0 0.42 0.04 0.11
HSL 306.25º 0.62% 0.7% -
HSV(B) 306.25º 0.42% 0.89% -
XYZ 51.74 37.09 69.4 -
YUV 168.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 226 130 216 0 0.42 0.04 0.11 306.25 0.62 0.7
Hex E2 82 D8 0 2A 4 B 132 3E 46
Octal 342 202 330 0 52 4 13 462 76 106
Binary 11100010 10000010 11011000 0 101010 100 1011 100110010 111110 1000110

Color Harmonies of #E282D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E282D8

Black with #E282D8

Text Example


Text Example

White with #E282D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E282D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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