Html Css Color HEX #E69F95 Petite Orchid

📋 copy color: '#E69F95'

red 230 ◦ green 159 ◦ blue 149

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

Shades of Petite Orchid #E69F95

Tints of Petite Orchid #E69F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 42.75%
G = 29.55%
B = 27.7%

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

#E69F95 (or 0xE69F95) is known color: Petite Orchid. HEX triplet: E6, 9F and 95. RGB value is (230,159,149). Sum of RGB (Red+Green+Blue) = 230+159+149=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F95 is #19606A. Grayscale: #B3B3B3. Windows color (decimal): -1663083 or 9805798. OLE color: 9805798.

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

Color convert

RGB 230 159 149 -
CMYK 0 0.31 0.35 0.10
HSL 7.41º 0.62% 0.74% -
HSV(B) 7.41º 0.35% 0.9% -
XYZ 50.46 43.79 34.23 -
YUV 179.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 230 159 149 0 0.31 0.35 0.10 7.41 0.62 0.74
Hex E6 9F 95 0 1F 23 A 7 3E 4A
Octal 346 237 225 0 37 43 12 7 76 112
Binary 11100110 10011111 10010101 0 11111 100011 1010 111 111110 1001010

Color Harmonies of #E69F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F95

Black with #E69F95

Text Example


Text Example

White with #E69F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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