Html Css Color HEX #E282D0 Orchid

📋 copy color: '#E282D0'

red 226 ◦ green 130 ◦ blue 208

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

Shades of Orchid #E282D0

Tints of Orchid #E282D0

RGB

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

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

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

R = 40.07%
G = 23.05%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E282D0 (or 0xE282D0) is known color: Orchid. HEX triplet: E2, 82 and D0. RGB value is (226,130,208). Sum of RGB (Red+Green+Blue) = 226+130+208=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E282D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282D0 is #1D7D2F. Grayscale: #A7A7A7. Windows color (decimal): -1932592 or 13664994. OLE color: 13664994.

HSL color Cylindrical-coordinate representation of color #E282D0: hue angle of 311.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 #E282D0 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 130 208 -
CMYK 0 0.42 0.08 0.11
HSL 311.25º 0.62% 0.7% -
HSV(B) 311.25º 0.42% 0.89% -
XYZ 50.73 36.69 64.08 -
YUV 167.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 226 130 208 0 0.42 0.08 0.11 311.25 0.62 0.7
Hex E2 82 D0 0 2A 8 B 137 3E 46
Octal 342 202 320 0 52 10 13 467 76 106
Binary 11100010 10000010 11010000 0 101010 1000 1011 100110111 111110 1000110

Color Harmonies of #E282D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E282D0

Black with #E282D0

Text Example


Text Example

White with #E282D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E282D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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