Html Css Color HEX #E69F9A Petite Orchid

📋 copy color: '#E69F9A'

red 230 ◦ green 159 ◦ blue 154

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

Shades of Petite Orchid #E69F9A

Tints of Petite Orchid #E69F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.36%

R = 42.36%
G = 29.28%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E69F9A (or 0xE69F9A) is known color: Petite Orchid. HEX triplet: E6, 9F and 9A. RGB value is (230,159,154). Sum of RGB (Red+Green+Blue) = 230+159+154=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F9A is #196065. Grayscale: #B3B3B3. Windows color (decimal): -1663078 or 10133478. OLE color: 10133478.

HSL color Cylindrical-coordinate representation of color #E69F9A: hue angle of 3.95º degrees, saturation: 0.6, 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 #E69F9A is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 159 154 -
CMYK 0 0.31 0.33 0.10
HSL 3.95º 0.6% 0.75% -
HSV(B) 3.95º 0.33% 0.9% -
XYZ 50.86 43.95 36.37 -
YUV 179.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 230 159 154 0 0.31 0.33 0.10 3.95 0.6 0.75
Hex E6 9F 9A 0 1F 21 A 4 3C 4B
Octal 346 237 232 0 37 41 12 4 74 113
Binary 11100110 10011111 10011010 0 11111 100001 1010 100 111100 1001011

Color Harmonies of #E69F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F9A

Black with #E69F9A

Text Example


Text Example

White with #E69F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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