Html Css Color HEX #E087D1 Orchid

📋 copy color: '#E087D1'

red 224 ◦ green 135 ◦ blue 209

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

Shades of Orchid #E087D1

Tints of Orchid #E087D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.8%

R = 39.44%
G = 23.77%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E087D1 (or 0xE087D1) is known color: Orchid. HEX triplet: E0, 87 and D1. RGB value is (224,135,209). Sum of RGB (Red+Green+Blue) = 224+135+209=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E087D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087D1 is #1F782E. Grayscale: #A9A9A9. Windows color (decimal): -2062383 or 13731808. OLE color: 13731808.

HSL color Cylindrical-coordinate representation of color #E087D1: hue angle of 310.11º 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 #E087D1 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 135 209 -
CMYK 0 0.40 0.07 0.12
HSL 310.11º 0.59% 0.7% -
HSV(B) 310.11º 0.4% 0.88% -
XYZ 50.91 37.78 64.93 -
YUV 170.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 224 135 209 0 0.40 0.07 0.12 310.11 0.59 0.7
Hex E0 87 D1 0 28 7 C 136 3B 46
Octal 340 207 321 0 50 7 14 466 73 106
Binary 11100000 10000111 11010001 0 101000 111 1100 100110110 111011 1000110

Color Harmonies of #E087D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E087D1

Black with #E087D1

Text Example


Text Example

White with #E087D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E087D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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