Html Css Color HEX #E18F89 Petite Orchid

📋 copy color: '#E18F89'

red 225 ◦ green 143 ◦ blue 137

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

Shades of Petite Orchid #E18F89

Tints of Petite Orchid #E18F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.13%

R = 44.55%
G = 28.32%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E18F89 (or 0xE18F89) is known color: Petite Orchid. HEX triplet: E1, 8F and 89. RGB value is (225,143,137). Sum of RGB (Red+Green+Blue) = 225+143+137=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18F89 is #1E7076. Grayscale: #A6A6A6. Windows color (decimal): -1994871 or 9015265. OLE color: 9015265.

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

Color convert

RGB 225 143 137 -
CMYK 0 0.36 0.39 0.12
HSL 4.09º 0.59% 0.71% -
HSV(B) 4.09º 0.39% 0.88% -
XYZ 45.39 37.46 28.5 -
YUV 166.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 225 143 137 0 0.36 0.39 0.12 4.09 0.59 0.71
Hex E1 8F 89 0 24 27 C 4 3B 47
Octal 341 217 211 0 44 47 14 4 73 107
Binary 11100001 10001111 10001001 0 100100 100111 1100 100 111011 1000111

Color Harmonies of #E18F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F89

Black with #E18F89

Text Example


Text Example

White with #E18F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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