Html Css Color HEX #E69F96 Petite Orchid

📋 copy color: '#E69F96'

red 230 ◦ green 159 ◦ blue 150

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

Shades of Petite Orchid #E69F96

Tints of Petite Orchid #E69F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.83%

R = 42.67%
G = 29.5%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E69F96 (or 0xE69F96) is known color: Petite Orchid. HEX triplet: E6, 9F and 96. RGB value is (230,159,150). Sum of RGB (Red+Green+Blue) = 230+159+150=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F96 is #196069. Grayscale: #B3B3B3. Windows color (decimal): -1663082 or 9871334. OLE color: 9871334.

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

Color convert

RGB 230 159 150 -
CMYK 0 0.31 0.35 0.10
HSL 6.75º 0.62% 0.75% -
HSV(B) 6.75º 0.35% 0.9% -
XYZ 50.54 43.82 34.65 -
YUV 179.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 230 159 150 0 0.31 0.35 0.10 6.75 0.62 0.75
Hex E6 9F 96 0 1F 23 A 7 3E 4B
Octal 346 237 226 0 37 43 12 7 76 113
Binary 11100110 10011111 10010110 0 11111 100011 1010 111 111110 1001011

Color Harmonies of #E69F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F96

Black with #E69F96

Text Example


Text Example

White with #E69F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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