Html Css Color HEX #E89E95 Petite Orchid

📋 copy color: '#E89E95'

red 232 ◦ green 158 ◦ blue 149

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

Shades of Petite Orchid #E89E95

Tints of Petite Orchid #E89E95

RGB

 RED value IS 232 (91.02% from 255) = 43.04%

 GREEN value IS 158 (62.11% from 255) = 29.31%

 BLUE value IS 149 (58.59% from 255) = 27.64%

R = 43.04%
G = 29.31%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E89E95 (or 0xE89E95) is known color: Petite Orchid. HEX triplet: E8, 9E and 95. RGB value is (232,158,149). Sum of RGB (Red+Green+Blue) = 232+158+149=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89E95 is #17616A. Grayscale: #B3B3B3. Windows color (decimal): -1532267 or 9805544. OLE color: 9805544.

HSL color Cylindrical-coordinate representation of color #E89E95: hue angle of 6.51º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E89E95 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 158 149 -
CMYK 0 0.32 0.36 0.09
HSL 6.51º 0.64% 0.75% -
HSV(B) 6.51º 0.36% 0.91% -
XYZ 50.93 43.78 34.2 -
YUV 179.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 232 158 149 0 0.32 0.36 0.09 6.51 0.64 0.75
Hex E8 9E 95 0 20 24 9 7 40 4B
Octal 350 236 225 0 40 44 11 7 100 113
Binary 11101000 10011110 10010101 0 100000 100100 1001 111 1000000 1001011

Color Harmonies of #E89E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89E95

Black with #E89E95

Text Example


Text Example

White with #E89E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89E95; }

 p { color: rgb(232,158,149); }

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

background-color css

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

 a { background-color: rgb(232,158,149); }

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

border-color css

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

 span { border-color: rgb(232,158,149); }

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