Html Css Color HEX #E89F98 Petite Orchid

📋 copy color: '#E89F98'

red 232 ◦ green 159 ◦ blue 152

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

Shades of Petite Orchid #E89F98

Tints of Petite Orchid #E89F98

RGB

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

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

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

R = 42.73%
G = 29.28%
B = 27.99%

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

#E89F98 (or 0xE89F98) is known color: Petite Orchid. HEX triplet: E8, 9F and 98. RGB value is (232,159,152). Sum of RGB (Red+Green+Blue) = 232+159+152=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F98 is #176067. Grayscale: #B4B4B4. Windows color (decimal): -1532008 or 10002408. OLE color: 10002408.

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

Color convert

RGB 232 159 152 -
CMYK 0 0.31 0.34 0.09
HSL 5.25º 0.63% 0.75% -
HSV(B) 5.25º 0.34% 0.91% -
XYZ 51.34 44.22 35.53 -
YUV 180.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 232 159 152 0 0.31 0.34 0.09 5.25 0.63 0.75
Hex E8 9F 98 0 1F 22 9 5 3F 4B
Octal 350 237 230 0 37 42 11 5 77 113
Binary 11101000 10011111 10011000 0 11111 100010 1001 101 111111 1001011

Color Harmonies of #E89F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89F98

Black with #E89F98

Text Example


Text Example

White with #E89F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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