Html Css Color HEX #E29F9A Petite Orchid

📋 copy color: '#E29F9A'

red 226 ◦ green 159 ◦ blue 154

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

Shades of Petite Orchid #E29F9A

Tints of Petite Orchid #E29F9A

RGB

 RED value IS 226 (88.67% from 255) = 41.93%

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

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

R = 41.93%
G = 29.5%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E29F9A (or 0xE29F9A) is known color: Petite Orchid. HEX triplet: E2, 9F and 9A. RGB value is (226,159,154). Sum of RGB (Red+Green+Blue) = 226+159+154=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29F9A is #1D6065. Grayscale: #B2B2B2. Windows color (decimal): -1925222 or 10133474. OLE color: 10133474.

HSL color Cylindrical-coordinate representation of color #E29F9A: hue angle of 4.17º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29F9A is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 159 154 -
CMYK 0 0.30 0.32 0.11
HSL 4.17º 0.55% 0.75% -
HSV(B) 4.17º 0.32% 0.89% -
XYZ 49.59 43.3 36.32 -
YUV 178.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 226 159 154 0 0.30 0.32 0.11 4.17 0.55 0.75
Hex E2 9F 9A 0 1E 20 B 4 37 4B
Octal 342 237 232 0 36 40 13 4 67 113
Binary 11100010 10011111 10011010 0 11110 100000 1011 100 110111 1001011

Color Harmonies of #E29F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29F9A

Black with #E29F9A

Text Example


Text Example

White with #E29F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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