Html Css Color HEX #E19996 Petite Orchid

📋 copy color: '#E19996'

red 225 ◦ green 153 ◦ blue 150

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

Shades of Petite Orchid #E19996

Tints of Petite Orchid #E19996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.98%

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

R = 42.61%
G = 28.98%
B = 28.41%

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

#E19996 (or 0xE19996) is known color: Petite Orchid. HEX triplet: E1, 99 and 96. RGB value is (225,153,150). Sum of RGB (Red+Green+Blue) = 225+153+150=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E19996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19996 is #1E6669. Grayscale: #AEAEAE. Windows color (decimal): -1992298 or 9869793. OLE color: 9869793.

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

Color convert

RGB 225 153 150 -
CMYK 0 0.32 0.33 0.12
HSL 2.4º 0.56% 0.74% -
HSV(B) 2.4º 0.33% 0.88% -
XYZ 47.95 40.99 34.24 -
YUV 174.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 225 153 150 0 0.32 0.33 0.12 2.4 0.56 0.74
Hex E1 99 96 0 20 21 C 2 38 4A
Octal 341 231 226 0 40 41 14 2 70 112
Binary 11100001 10011001 10010110 0 100000 100001 1100 10 111000 1001010

Color Harmonies of #E19996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19996

Black with #E19996

Text Example


Text Example

White with #E19996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19996; }

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

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

background-color css

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

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

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

border-color css

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

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

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