Html Css Color HEX #E19790 Petite Orchid

📋 copy color: '#E19790'

red 225 ◦ green 151 ◦ blue 144

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

Shades of Petite Orchid #E19790

Tints of Petite Orchid #E19790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.04%

 BLUE value IS 144 (56.64% from 255) = 27.69%

R = 43.27%
G = 29.04%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E19790 (or 0xE19790) is known color: Petite Orchid. HEX triplet: E1, 97 and 90. RGB value is (225,151,144). Sum of RGB (Red+Green+Blue) = 225+151+144=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E19790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19790 is #1E686F. Grayscale: #ACACAC. Windows color (decimal): -1992816 or 9476065. OLE color: 9476065.

HSL color Cylindrical-coordinate representation of color #E19790: hue angle of 5.19º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E19790 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 151 144 -
CMYK 0 0.33 0.36 0.12
HSL 5.19º 0.57% 0.72% -
HSV(B) 5.19º 0.36% 0.88% -
XYZ 47.15 40.15 31.65 -
YUV 172.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 225 151 144 0 0.33 0.36 0.12 5.19 0.57 0.72
Hex E1 97 90 0 21 24 C 5 39 48
Octal 341 227 220 0 41 44 14 5 71 110
Binary 11100001 10010111 10010000 0 100001 100100 1100 101 111001 1001000

Color Harmonies of #E19790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19790

Black with #E19790

Text Example


Text Example

White with #E19790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19790; }

 p { color: rgb(225,151,144); }

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

background-color css

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

 a { background-color: rgb(225,151,144); }

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

border-color css

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

 span { border-color: rgb(225,151,144); }

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