Html Css Color HEX #E99F99 Petite Orchid

📋 copy color: '#E99F99'

red 233 ◦ green 159 ◦ blue 153

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

Shades of Petite Orchid #E99F99

Tints of Petite Orchid #E99F99

RGB

 RED value IS 233 (91.41% from 255) = 42.75%

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

 BLUE value IS 153 (60.16% from 255) = 28.07%

R = 42.75%
G = 29.17%
B = 28.07%

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

#E99F99 (or 0xE99F99) is known color: Petite Orchid. HEX triplet: E9, 9F and 99. RGB value is (233,159,153). Sum of RGB (Red+Green+Blue) = 233+159+153=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99F99 is #166066. Grayscale: #B4B4B4. Windows color (decimal): -1466471 or 10067945. OLE color: 10067945.

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

Color convert

RGB 233 159 153 -
CMYK 0 0.32 0.34 0.09
HSL 4.5º 0.65% 0.76% -
HSV(B) 4.5º 0.34% 0.91% -
XYZ 51.75 44.42 35.98 -
YUV 180.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 233 159 153 0 0.32 0.34 0.09 4.5 0.65 0.76
Hex E9 9F 99 0 20 22 9 4 41 4C
Octal 351 237 231 0 40 42 11 4 101 114
Binary 11101001 10011111 10011001 0 100000 100010 1001 100 1000001 1001100

Color Harmonies of #E99F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99F99

Black with #E99F99

Text Example


Text Example

White with #E99F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99F99; }

 p { color: rgb(233,159,153); }

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

background-color css

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

 a { background-color: rgb(233,159,153); }

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

border-color css

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

 span { border-color: rgb(233,159,153); }

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