Html Css Color HEX #E087D8 Orchid

📋 copy color: '#E087D8'

red 224 ◦ green 135 ◦ blue 216

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

Shades of Orchid #E087D8

Tints of Orchid #E087D8

RGB

 RED value IS 224 (87.89% from 255) = 38.96%

 GREEN value IS 135 (53.13% from 255) = 23.48%

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

R = 38.96%
G = 23.48%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E087D8 (or 0xE087D8) is known color: Orchid. HEX triplet: E0, 87 and D8. RGB value is (224,135,216). Sum of RGB (Red+Green+Blue) = 224+135+216=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E087D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087D8 is #1F7827. Grayscale: #AAAAAA. Windows color (decimal): -2062376 or 14190560. OLE color: 14190560.

HSL color Cylindrical-coordinate representation of color #E087D8: hue angle of 305.39º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E087D8 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 135 216 -
CMYK 0 0.40 0.04 0.12
HSL 305.39º 0.59% 0.7% -
HSV(B) 305.39º 0.4% 0.88% -
XYZ 51.8 38.13 69.6 -
YUV 170.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 224 135 216 0 0.40 0.04 0.12 305.39 0.59 0.7
Hex E0 87 D8 0 28 4 C 131 3B 46
Octal 340 207 330 0 50 4 14 461 73 106
Binary 11100000 10000111 11011000 0 101000 100 1100 100110001 111011 1000110

Color Harmonies of #E087D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E087D8

Black with #E087D8

Text Example


Text Example

White with #E087D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E087D8; }

 p { color: rgb(224,135,216); }

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

background-color css

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

 a { background-color: rgb(224,135,216); }

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

border-color css

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

 span { border-color: rgb(224,135,216); }

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