Html Css Color HEX #E18F88 Petite Orchid

📋 copy color: '#E18F88'

red 225 ◦ green 143 ◦ blue 136

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

Shades of Petite Orchid #E18F88

Tints of Petite Orchid #E18F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.98%

R = 44.64%
G = 28.37%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E18F88 (or 0xE18F88) is known color: Petite Orchid. HEX triplet: E1, 8F and 88. RGB value is (225,143,136). Sum of RGB (Red+Green+Blue) = 225+143+136=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18F88 is #1E7077. Grayscale: #A6A6A6. Windows color (decimal): -1994872 or 8949729. OLE color: 8949729.

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

Color convert

RGB 225 143 136 -
CMYK 0 0.36 0.40 0.12
HSL 4.72º 0.6% 0.71% -
HSV(B) 4.72º 0.4% 0.88% -
XYZ 45.32 37.43 28.13 -
YUV 166.72 110.67 169.57 -
System Red Green Blue C M Y K H S L
Decimal 225 143 136 0 0.36 0.40 0.12 4.72 0.6 0.71
Hex E1 8F 88 0 24 28 C 5 3C 47
Octal 341 217 210 0 44 50 14 5 74 107
Binary 11100001 10001111 10001000 0 100100 101000 1100 101 111100 1000111

Color Harmonies of #E18F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F88

Black with #E18F88

Text Example


Text Example

White with #E18F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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