Html Css Color HEX #E87ED7 Orchid

📋 copy color: '#E87ED7'

red 232 ◦ green 126 ◦ blue 215

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

Shades of Orchid #E87ED7

Tints of Orchid #E87ED7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.99%

 BLUE value IS 215 (84.38% from 255) = 37.52%

R = 40.49%
G = 21.99%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E87ED7 (or 0xE87ED7) is known color: Orchid. HEX triplet: E8, 7E and D7. RGB value is (232,126,215). Sum of RGB (Red+Green+Blue) = 232+126+215=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E87ED7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87ED7 is #178128. Grayscale: #A7A7A7. Windows color (decimal): -1540393 or 14122728. OLE color: 14122728.

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

Color convert

RGB 232 126 215 -
CMYK 0 0.46 0.07 0.09
HSL 309.62º 0.7% 0.7% -
HSV(B) 309.62º 0.46% 0.91% -
XYZ 53.01 36.98 68.63 -
YUV 167.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 232 126 215 0 0.46 0.07 0.09 309.62 0.7 0.7
Hex E8 7E D7 0 2E 7 9 136 46 46
Octal 350 176 327 0 56 7 11 466 106 106
Binary 11101000 1111110 11010111 0 101110 111 1001 100110110 1000110 1000110

Color Harmonies of #E87ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87ED7

Black with #E87ED7

Text Example


Text Example

White with #E87ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87ED7; }

 p { color: rgb(232,126,215); }

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

background-color css

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

 a { background-color: rgb(232,126,215); }

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

border-color css

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

 span { border-color: rgb(232,126,215); }

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