Html Css Color HEX #E19896 Petite Orchid

📋 copy color: '#E19896'

red 225 ◦ green 152 ◦ blue 150

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

Shades of Petite Orchid #E19896

Tints of Petite Orchid #E19896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.84%

 BLUE value IS 150 (58.98% from 255) = 28.46%

R = 42.69%
G = 28.84%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E19896 (or 0xE19896) is known color: Petite Orchid. HEX triplet: E1, 98 and 96. RGB value is (225,152,150). Sum of RGB (Red+Green+Blue) = 225+152+150=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E19896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19896 is #1E6769. Grayscale: #ADADAD. Windows color (decimal): -1992554 or 9869537. OLE color: 9869537.

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

Color convert

RGB 225 152 150 -
CMYK 0 0.32 0.33 0.12
HSL 1.6º 0.56% 0.74% -
HSV(B) 1.6º 0.33% 0.88% -
XYZ 47.78 40.67 34.18 -
YUV 173.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 225 152 150 0 0.32 0.33 0.12 1.6 0.56 0.74
Hex E1 98 96 0 20 21 C 2 38 4A
Octal 341 230 226 0 40 41 14 2 70 112
Binary 11100001 10011000 10010110 0 100000 100001 1100 10 111000 1001010

Color Harmonies of #E19896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19896

Black with #E19896

Text Example


Text Example

White with #E19896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19896; }

 p { color: rgb(225,152,150); }

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

background-color css

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

 a { background-color: rgb(225,152,150); }

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

border-color css

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

 span { border-color: rgb(225,152,150); }

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