Html Css Color HEX #E89F9A Petite Orchid

📋 copy color: '#E89F9A'

red 232 ◦ green 159 ◦ blue 154

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

Shades of Petite Orchid #E89F9A

Tints of Petite Orchid #E89F9A

RGB

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

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

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

R = 42.57%
G = 29.17%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E89F9A (or 0xE89F9A) is known color: Petite Orchid. HEX triplet: E8, 9F and 9A. RGB value is (232,159,154). Sum of RGB (Red+Green+Blue) = 232+159+154=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F9A is #176065. Grayscale: #B4B4B4. Windows color (decimal): -1532006 or 10133480. OLE color: 10133480.

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

Color convert

RGB 232 159 154 -
CMYK 0 0.31 0.34 0.09
HSL 3.85º 0.63% 0.76% -
HSV(B) 3.85º 0.34% 0.91% -
XYZ 51.51 44.29 36.4 -
YUV 180.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 232 159 154 0 0.31 0.34 0.09 3.85 0.63 0.76
Hex E8 9F 9A 0 1F 22 9 4 3F 4C
Octal 350 237 232 0 37 42 11 4 77 114
Binary 11101000 10011111 10011010 0 11111 100010 1001 100 111111 1001100

Color Harmonies of #E89F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89F9A

Black with #E89F9A

Text Example


Text Example

White with #E89F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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