Html Css Color HEX #E19489 Petite Orchid

📋 copy color: '#E19489'

red 225 ◦ green 148 ◦ blue 137

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

Shades of Petite Orchid #E19489

Tints of Petite Orchid #E19489

RGB

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

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

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

R = 44.12%
G = 29.02%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E19489 (or 0xE19489) is known color: Petite Orchid. HEX triplet: E1, 94 and 89. RGB value is (225,148,137). Sum of RGB (Red+Green+Blue) = 225+148+137=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E19489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19489 is #1E6B76. Grayscale: #A9A9A9. Windows color (decimal): -1993591 or 9016545. OLE color: 9016545.

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

Color convert

RGB 225 148 137 -
CMYK 0 0.34 0.39 0.12
HSL 7.5º 0.59% 0.71% -
HSV(B) 7.5º 0.39% 0.88% -
XYZ 46.16 38.99 28.76 -
YUV 169.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 225 148 137 0 0.34 0.39 0.12 7.5 0.59 0.71
Hex E1 94 89 0 22 27 C 8 3B 47
Octal 341 224 211 0 42 47 14 10 73 107
Binary 11100001 10010100 10001001 0 100010 100111 1100 1000 111011 1000111

Color Harmonies of #E19489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19489

Black with #E19489

Text Example


Text Example

White with #E19489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19489; }

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

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

background-color css

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

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

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

border-color css

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

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

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