Html Css Color HEX #E19992 Petite Orchid

📋 copy color: '#E19992'

red 225 ◦ green 153 ◦ blue 146

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

Shades of Petite Orchid #E19992

Tints of Petite Orchid #E19992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.86%

R = 42.94%
G = 29.2%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E19992 (or 0xE19992) is known color: Petite Orchid. HEX triplet: E1, 99 and 92. RGB value is (225,153,146). Sum of RGB (Red+Green+Blue) = 225+153+146=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E19992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19992 is #1E666D. Grayscale: #ADADAD. Windows color (decimal): -1992302 or 9607649. OLE color: 9607649.

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

Color convert

RGB 225 153 146 -
CMYK 0 0.32 0.35 0.12
HSL 5.32º 0.57% 0.73% -
HSV(B) 5.32º 0.35% 0.88% -
XYZ 47.63 40.87 32.57 -
YUV 173.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 225 153 146 0 0.32 0.35 0.12 5.32 0.57 0.73
Hex E1 99 92 0 20 23 C 5 39 49
Octal 341 231 222 0 40 43 14 5 71 111
Binary 11100001 10011001 10010010 0 100000 100011 1100 101 111001 1001001

Color Harmonies of #E19992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19992

Black with #E19992

Text Example


Text Example

White with #E19992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19992; }

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

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

background-color css

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

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

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

border-color css

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

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

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