Html Css Color HEX #E69F97 Petite Orchid

📋 copy color: '#E69F97'

red 230 ◦ green 159 ◦ blue 151

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

Shades of Petite Orchid #E69F97

Tints of Petite Orchid #E69F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.96%

R = 42.59%
G = 29.44%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E69F97 (or 0xE69F97) is known color: Petite Orchid. HEX triplet: E6, 9F and 97. RGB value is (230,159,151). Sum of RGB (Red+Green+Blue) = 230+159+151=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F97 is #196068. Grayscale: #B3B3B3. Windows color (decimal): -1663081 or 9936870. OLE color: 9936870.

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

Color convert

RGB 230 159 151 -
CMYK 0 0.31 0.34 0.10
HSL 6.08º 0.61% 0.75% -
HSV(B) 6.08º 0.34% 0.9% -
XYZ 50.62 43.85 35.07 -
YUV 179.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 230 159 151 0 0.31 0.34 0.10 6.08 0.61 0.75
Hex E6 9F 97 0 1F 22 A 6 3D 4B
Octal 346 237 227 0 37 42 12 6 75 113
Binary 11100110 10011111 10010111 0 11111 100010 1010 110 111101 1001011

Color Harmonies of #E69F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F97

Black with #E69F97

Text Example


Text Example

White with #E69F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F97; }

 p { color: rgb(230,159,151); }

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

background-color css

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

 a { background-color: rgb(230,159,151); }

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

border-color css

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

 span { border-color: rgb(230,159,151); }

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