Html Css Color HEX #E87AD8 Orchid

📋 copy color: '#E87AD8'

red 232 ◦ green 122 ◦ blue 216

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

Shades of Orchid #E87AD8

Tints of Orchid #E87AD8

RGB

 RED value IS 232 (91.02% from 255) = 40.7%

 GREEN value IS 122 (48.05% from 255) = 21.4%

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

R = 40.7%
G = 21.4%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E87AD8 (or 0xE87AD8) is known color: Orchid. HEX triplet: E8, 7A and D8. RGB value is (232,122,216). Sum of RGB (Red+Green+Blue) = 232+122+216=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E87AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87AD8 is #178527. Grayscale: #A5A5A5. Windows color (decimal): -1541416 or 14187240. OLE color: 14187240.

HSL color Cylindrical-coordinate representation of color #E87AD8: hue angle of 308.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87AD8 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 122 216 -
CMYK 0 0.47 0.07 0.09
HSL 308.73º 0.71% 0.69% -
HSV(B) 308.73º 0.47% 0.91% -
XYZ 52.63 36.03 69.15 -
YUV 165.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 232 122 216 0 0.47 0.07 0.09 308.73 0.71 0.69
Hex E8 7A D8 0 2F 7 9 135 47 45
Octal 350 172 330 0 57 7 11 465 107 105
Binary 11101000 1111010 11011000 0 101111 111 1001 100110101 1000111 1000101

Color Harmonies of #E87AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87AD8

Black with #E87AD8

Text Example


Text Example

White with #E87AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87AD8; }

 p { color: rgb(232,122,216); }

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

background-color css

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

 a { background-color: rgb(232,122,216); }

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

border-color css

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

 span { border-color: rgb(232,122,216); }

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