Html Css Color HEX #E18F87 Petite Orchid

📋 copy color: '#E18F87'

red 225 ◦ green 143 ◦ blue 135

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

Shades of Petite Orchid #E18F87

Tints of Petite Orchid #E18F87

RGB

 RED value IS 225 (88.28% from 255) = 44.73%

 GREEN value IS 143 (56.25% from 255) = 28.43%

 BLUE value IS 135 (53.13% from 255) = 26.84%

R = 44.73%
G = 28.43%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.4

 K value IS 0.12

RGB Variations

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

Color information

#E18F87 (or 0xE18F87) is known color: Petite Orchid. HEX triplet: E1, 8F and 87. RGB value is (225,143,135). Sum of RGB (Red+Green+Blue) = 225+143+135=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18F87 is #1E7078. Grayscale: #A6A6A6. Windows color (decimal): -1994873 or 8884193. OLE color: 8884193.

HSL color Cylindrical-coordinate representation of color #E18F87: hue angle of 5.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18F87 is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 143 135 -
CMYK 0 0.36 0.4 0.12
HSL 5.33º 0.6% 0.71% -
HSV(B) 5.33º 0.4% 0.88% -
XYZ 45.25 37.4 27.76 -
YUV 166.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 225 143 135 0 0.36 0.4 0.12 5.33 0.6 0.71
Hex E1 8F 87 0 24 28 C 5 3C 47
Octal 341 217 207 0 44 50 14 5 74 107
Binary 11100001 10001111 10000111 0 100100 101000 1100 101 111100 1000111

Color Harmonies of #E18F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F87

Black with #E18F87

Text Example


Text Example

White with #E18F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F87; }

 p { color: rgb(225,143,135); }

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

background-color css

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

 a { background-color: rgb(225,143,135); }

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

border-color css

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

 span { border-color: rgb(225,143,135); }

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