Html Css Color HEX #E19998 Petite Orchid

📋 copy color: '#E19998'

red 225 ◦ green 153 ◦ blue 152

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

Shades of Petite Orchid #E19998

Tints of Petite Orchid #E19998

RGB

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

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

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

R = 42.45%
G = 28.87%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E19998 (or 0xE19998) is known color: Petite Orchid. HEX triplet: E1, 99 and 98. RGB value is (225,153,152). Sum of RGB (Red+Green+Blue) = 225+153+152=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E19998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19998 is #1E6667. Grayscale: #AEAEAE. Windows color (decimal): -1992296 or 10000865. OLE color: 10000865.

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

Color convert

RGB 225 153 152 -
CMYK 0 0.32 0.32 0.12
HSL 0.82º 0.55% 0.74% -
HSV(B) 0.82º 0.32% 0.88% -
XYZ 48.11 41.06 35.09 -
YUV 174.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 225 153 152 0 0.32 0.32 0.12 0.82 0.55 0.74
Hex E1 99 98 0 20 20 C 1 37 4A
Octal 341 231 230 0 40 40 14 1 67 112
Binary 11100001 10011001 10011000 0 100000 100000 1100 1 110111 1001010

Color Harmonies of #E19998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19998

Black with #E19998

Text Example


Text Example

White with #E19998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19998; }

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

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

background-color css

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

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

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

border-color css

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

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

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