Html Css Color HEX #E19D98 Petite Orchid

📋 copy color: '#E19D98'

red 225 ◦ green 157 ◦ blue 152

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

Shades of Petite Orchid #E19D98

Tints of Petite Orchid #E19D98

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.4%

 BLUE value IS 152 (59.77% from 255) = 28.46%

R = 42.13%
G = 29.4%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E19D98 (or 0xE19D98) is known color: Petite Orchid. HEX triplet: E1, 9D and 98. RGB value is (225,157,152). Sum of RGB (Red+Green+Blue) = 225+157+152=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19D98 is #1E6267. Grayscale: #B0B0B0. Windows color (decimal): -1991272 or 10001889. OLE color: 10001889.

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

Color convert

RGB 225 157 152 -
CMYK 0 0.30 0.32 0.12
HSL 4.11º 0.55% 0.74% -
HSV(B) 4.11º 0.32% 0.88% -
XYZ 48.78 42.39 35.32 -
YUV 176.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 225 157 152 0 0.30 0.32 0.12 4.11 0.55 0.74
Hex E1 9D 98 0 1E 20 C 4 37 4A
Octal 341 235 230 0 36 40 14 4 67 112
Binary 11100001 10011101 10011000 0 11110 100000 1100 100 110111 1001010

Color Harmonies of #E19D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19D98

Black with #E19D98

Text Example


Text Example

White with #E19D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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