Html Css Color HEX #E89E9A Petite Orchid

📋 copy color: '#E89E9A'

red 232 ◦ green 158 ◦ blue 154

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

Shades of Petite Orchid #E89E9A

Tints of Petite Orchid #E89E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.31%

R = 42.65%
G = 29.04%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E89E9A (or 0xE89E9A) is known color: Petite Orchid. HEX triplet: E8, 9E and 9A. RGB value is (232,158,154). Sum of RGB (Red+Green+Blue) = 232+158+154=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89E9A is #176165. Grayscale: #B3B3B3. Windows color (decimal): -1532262 or 10133224. OLE color: 10133224.

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

Color convert

RGB 232 158 154 -
CMYK 0 0.32 0.34 0.09
HSL 3.08º 0.63% 0.76% -
HSV(B) 3.08º 0.34% 0.91% -
XYZ 51.34 43.94 36.35 -
YUV 179.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 232 158 154 0 0.32 0.34 0.09 3.08 0.63 0.76
Hex E8 9E 9A 0 20 22 9 3 3F 4C
Octal 350 236 232 0 40 42 11 3 77 114
Binary 11101000 10011110 10011010 0 100000 100010 1001 11 111111 1001100

Color Harmonies of #E89E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89E9A

Black with #E89E9A

Text Example


Text Example

White with #E89E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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