Html Css Color HEX #E087CB Orchid

📋 copy color: '#E087CB'

red 224 ◦ green 135 ◦ blue 203

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

Shades of Orchid #E087CB

Tints of Orchid #E087CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 39.86%
G = 24.02%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E087CB (or 0xE087CB) is known color: Orchid. HEX triplet: E0, 87 and CB. RGB value is (224,135,203). Sum of RGB (Red+Green+Blue) = 224+135+203=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E087CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087CB is #1F7834. Grayscale: #A9A9A9. Windows color (decimal): -2062389 or 13338592. OLE color: 13338592.

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

Color convert

RGB 224 135 203 -
CMYK 0 0.40 0.09 0.12
HSL 314.16º 0.59% 0.7% -
HSV(B) 314.16º 0.4% 0.88% -
XYZ 50.18 37.49 61.09 -
YUV 169.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 224 135 203 0 0.40 0.09 0.12 314.16 0.59 0.7
Hex E0 87 CB 0 28 9 C 13A 3B 46
Octal 340 207 313 0 50 11 14 472 73 106
Binary 11100000 10000111 11001011 0 101000 1001 1100 100111010 111011 1000110

Color Harmonies of #E087CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E087CB

Black with #E087CB

Text Example


Text Example

White with #E087CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E087CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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