Html Css Color HEX #E19387 Petite Orchid

📋 copy color: '#E19387'

red 225 ◦ green 147 ◦ blue 135

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

Shades of Petite Orchid #E19387

Tints of Petite Orchid #E19387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.99%

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

R = 44.38%
G = 28.99%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.4

 K value IS 0.12

RGB Variations

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

Color information

#E19387 (or 0xE19387) is known color: Petite Orchid. HEX triplet: E1, 93 and 87. RGB value is (225,147,135). Sum of RGB (Red+Green+Blue) = 225+147+135=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E19387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19387 is #1E6C78. Grayscale: #A9A9A9. Windows color (decimal): -1993849 or 8885217. OLE color: 8885217.

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

Color convert

RGB 225 147 135 -
CMYK 0 0.35 0.4 0.12
HSL 0.6% 0.71% -
HSV(B) 0.4% 0.88% -
XYZ 45.86 38.62 27.96 -
YUV 168.95 108.84 167.98 -
System Red Green Blue C M Y K H S L
Decimal 225 147 135 0 0.35 0.4 0.12 8 0.6 0.71
Hex E1 93 87 0 23 28 C 8 3C 47
Octal 341 223 207 0 43 50 14 10 74 107
Binary 11100001 10010011 10000111 0 100011 101000 1100 1000 111100 1000111

Color Harmonies of #E19387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19387

Black with #E19387

Text Example


Text Example

White with #E19387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19387; }

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

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

background-color css

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

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

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

border-color css

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

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

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