Html Css Color HEX #E69B99 Petite Orchid

📋 copy color: '#E69B99'

red 230 ◦ green 155 ◦ blue 153

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

Shades of Petite Orchid #E69B99

Tints of Petite Orchid #E69B99

RGB

 RED value IS 230 (90.23% from 255) = 42.75%

 GREEN value IS 155 (60.94% from 255) = 28.81%

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

R = 42.75%
G = 28.81%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E69B99 (or 0xE69B99) is known color: Petite Orchid. HEX triplet: E6, 9B and 99. RGB value is (230,155,153). Sum of RGB (Red+Green+Blue) = 230+155+153=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B99 is #196466. Grayscale: #B1B1B1. Windows color (decimal): -1664103 or 10066918. OLE color: 10066918.

HSL color Cylindrical-coordinate representation of color #E69B99: hue angle of 1.56º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69B99 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 155 153 -
CMYK 0 0.33 0.33 0.10
HSL 1.56º 0.61% 0.75% -
HSV(B) 1.56º 0.33% 0.9% -
XYZ 50.1 42.57 35.71 -
YUV 177.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 230 155 153 0 0.33 0.33 0.10 1.56 0.61 0.75
Hex E6 9B 99 0 21 21 A 2 3D 4B
Octal 346 233 231 0 41 41 12 2 75 113
Binary 11100110 10011011 10011001 0 100001 100001 1010 10 111101 1001011

Color Harmonies of #E69B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B99

Black with #E69B99

Text Example


Text Example

White with #E69B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B99; }

 p { color: rgb(230,155,153); }

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

background-color css

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

 a { background-color: rgb(230,155,153); }

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

border-color css

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

 span { border-color: rgb(230,155,153); }

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