Html Css Color HEX #E19588 Petite Orchid

📋 copy color: '#E19588'

red 225 ◦ green 149 ◦ blue 136

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

Shades of Petite Orchid #E19588

Tints of Petite Orchid #E19588

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.22%

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

R = 44.12%
G = 29.22%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E19588 (or 0xE19588) is known color: Petite Orchid. HEX triplet: E1, 95 and 88. RGB value is (225,149,136). Sum of RGB (Red+Green+Blue) = 225+149+136=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E19588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19588 is #1E6A77. Grayscale: #AAAAAA. Windows color (decimal): -1993336 or 8951265. OLE color: 8951265.

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

Color convert

RGB 225 149 136 -
CMYK 0 0.34 0.40 0.12
HSL 8.76º 0.6% 0.71% -
HSV(B) 8.76º 0.4% 0.88% -
XYZ 46.24 39.28 28.44 -
YUV 170.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 225 149 136 0 0.34 0.40 0.12 8.76 0.6 0.71
Hex E1 95 88 0 22 28 C 9 3C 47
Octal 341 225 210 0 42 50 14 11 74 107
Binary 11100001 10010101 10001000 0 100010 101000 1100 1001 111100 1000111

Color Harmonies of #E19588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19588

Black with #E19588

Text Example


Text Example

White with #E19588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19588; }

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

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

background-color css

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

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

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

border-color css

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

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

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