Html Css Color HEX #E59A98 Petite Orchid

📋 copy color: '#E59A98'

red 229 ◦ green 154 ◦ blue 152

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

Shades of Petite Orchid #E59A98

Tints of Petite Orchid #E59A98

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.79%

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

R = 42.8%
G = 28.79%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E59A98 (or 0xE59A98) is known color: Petite Orchid. HEX triplet: E5, 9A and 98. RGB value is (229,154,152). Sum of RGB (Red+Green+Blue) = 229+154+152=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A98 is #1A6567. Grayscale: #B0B0B0. Windows color (decimal): -1729896 or 10001125. OLE color: 10001125.

HSL color Cylindrical-coordinate representation of color #E59A98: hue angle of 1.56º 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 #E59A98 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 154 152 -
CMYK 0 0.33 0.34 0.10
HSL 1.56º 0.6% 0.75% -
HSV(B) 1.56º 0.34% 0.9% -
XYZ 49.54 42.04 35.21 -
YUV 176.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 229 154 152 0 0.33 0.34 0.10 1.56 0.6 0.75
Hex E5 9A 98 0 21 22 A 2 3C 4B
Octal 345 232 230 0 41 42 12 2 74 113
Binary 11100101 10011010 10011000 0 100001 100010 1010 10 111100 1001011

Color Harmonies of #E59A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59A98

Black with #E59A98

Text Example


Text Example

White with #E59A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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