Html Css Color HEX #E19F98 Petite Orchid

📋 copy color: '#E19F98'

red 225 ◦ green 159 ◦ blue 152

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

Shades of Petite Orchid #E19F98

Tints of Petite Orchid #E19F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.66%

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

R = 41.98%
G = 29.66%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E19F98 (or 0xE19F98) is known color: Petite Orchid. HEX triplet: E1, 9F and 98. RGB value is (225,159,152). Sum of RGB (Red+Green+Blue) = 225+159+152=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F98 is #1E6067. Grayscale: #B2B2B2. Windows color (decimal): -1990760 or 10002401. OLE color: 10002401.

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

Color convert

RGB 225 159 152 -
CMYK 0 0.29 0.32 0.12
HSL 5.75º 0.55% 0.74% -
HSV(B) 5.75º 0.32% 0.88% -
XYZ 49.12 43.07 35.43 -
YUV 177.94 113.37 161.57 -
System Red Green Blue C M Y K H S L
Decimal 225 159 152 0 0.29 0.32 0.12 5.75 0.55 0.74
Hex E1 9F 98 0 1D 20 C 6 37 4A
Octal 341 237 230 0 35 40 14 6 67 112
Binary 11100001 10011111 10011000 0 11101 100000 1100 110 110111 1001010

Color Harmonies of #E19F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19F98

Black with #E19F98

Text Example


Text Example

White with #E19F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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