Html Css Color HEX #E19794 Petite Orchid

📋 copy color: '#E19794'

red 225 ◦ green 151 ◦ blue 148

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

Shades of Petite Orchid #E19794

Tints of Petite Orchid #E19794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 42.94%
G = 28.82%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E19794 (or 0xE19794) is known color: Petite Orchid. HEX triplet: E1, 97 and 94. RGB value is (225,151,148). Sum of RGB (Red+Green+Blue) = 225+151+148=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E19794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19794 is #1E686B. Grayscale: #ACACAC. Windows color (decimal): -1992812 or 9738209. OLE color: 9738209.

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

Color convert

RGB 225 151 148 -
CMYK 0 0.33 0.34 0.12
HSL 2.34º 0.56% 0.73% -
HSV(B) 2.34º 0.34% 0.88% -
XYZ 47.46 40.28 33.29 -
YUV 172.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 225 151 148 0 0.33 0.34 0.12 2.34 0.56 0.73
Hex E1 97 94 0 21 22 C 2 38 49
Octal 341 227 224 0 41 42 14 2 70 111
Binary 11100001 10010111 10010100 0 100001 100010 1100 10 111000 1001001

Color Harmonies of #E19794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19794

Black with #E19794

Text Example


Text Example

White with #E19794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19794; }

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

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

background-color css

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

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

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

border-color css

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

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

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