Html Css Color HEX #E087DB Orchid

📋 copy color: '#E087DB'

red 224 ◦ green 135 ◦ blue 219

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

Shades of Orchid #E087DB

Tints of Orchid #E087DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 38.75%
G = 23.36%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E087DB (or 0xE087DB) is known color: Orchid. HEX triplet: E0, 87 and DB. RGB value is (224,135,219). Sum of RGB (Red+Green+Blue) = 224+135+219=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E087DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087DB is #1F7824. Grayscale: #AAAAAA. Windows color (decimal): -2062373 or 14387168. OLE color: 14387168.

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

Color convert

RGB 224 135 219 -
CMYK 0 0.40 0.02 0.12
HSL 303.37º 0.59% 0.7% -
HSV(B) 303.37º 0.4% 0.88% -
XYZ 52.19 38.29 71.66 -
YUV 171.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 224 135 219 0 0.40 0.02 0.12 303.37 0.59 0.7
Hex E0 87 DB 0 28 2 C 12F 3B 46
Octal 340 207 333 0 50 2 14 457 73 106
Binary 11100000 10000111 11011011 0 101000 10 1100 100101111 111011 1000110

Color Harmonies of #E087DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E087DB

Black with #E087DB

Text Example


Text Example

White with #E087DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E087DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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