Html Css Color HEX #E59F98 Petite Orchid

📋 copy color: '#E59F98'

red 229 ◦ green 159 ◦ blue 152

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

Shades of Petite Orchid #E59F98

Tints of Petite Orchid #E59F98

RGB

 RED value IS 229 (89.84% from 255) = 42.41%

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

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

R = 42.41%
G = 29.44%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E59F98 (or 0xE59F98) is known color: Petite Orchid. HEX triplet: E5, 9F and 98. RGB value is (229,159,152). Sum of RGB (Red+Green+Blue) = 229+159+152=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59F98 is #1A6067. Grayscale: #B3B3B3. Windows color (decimal): -1728616 or 10002405. OLE color: 10002405.

HSL color Cylindrical-coordinate representation of color #E59F98: hue angle of 5.45º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E59F98 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 159 152 -
CMYK 0 0.31 0.34 0.10
HSL 5.45º 0.6% 0.75% -
HSV(B) 5.45º 0.34% 0.9% -
XYZ 50.38 43.72 35.49 -
YUV 179.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 229 159 152 0 0.31 0.34 0.10 5.45 0.6 0.75
Hex E5 9F 98 0 1F 22 A 5 3C 4B
Octal 345 237 230 0 37 42 12 5 74 113
Binary 11100101 10011111 10011000 0 11111 100010 1010 101 111100 1001011

Color Harmonies of #E59F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59F98

Black with #E59F98

Text Example


Text Example

White with #E59F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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