Html Css Color HEX #E19488 Petite Orchid

📋 copy color: '#E19488'

red 225 ◦ green 148 ◦ blue 136

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

Shades of Petite Orchid #E19488

Tints of Petite Orchid #E19488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.08%

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

R = 44.2%
G = 29.08%
B = 26.72%

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

#E19488 (or 0xE19488) is known color: Petite Orchid. HEX triplet: E1, 94 and 88. RGB value is (225,148,136). Sum of RGB (Red+Green+Blue) = 225+148+136=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E19488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19488 is #1E6B77. Grayscale: #A9A9A9. Windows color (decimal): -1993592 or 8951009. OLE color: 8951009.

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

Color convert

RGB 225 148 136 -
CMYK 0 0.34 0.40 0.12
HSL 8.09º 0.6% 0.71% -
HSV(B) 8.09º 0.4% 0.88% -
XYZ 46.09 38.96 28.38 -
YUV 169.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 225 148 136 0 0.34 0.40 0.12 8.09 0.6 0.71
Hex E1 94 88 0 22 28 C 8 3C 47
Octal 341 224 210 0 42 50 14 10 74 107
Binary 11100001 10010100 10001000 0 100010 101000 1100 1000 111100 1000111

Color Harmonies of #E19488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19488

Black with #E19488

Text Example


Text Example

White with #E19488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19488; }

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

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

background-color css

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

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

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

border-color css

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

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

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