Html Css Color HEX #E29A8D Petite Orchid

📋 copy color: '#E29A8D'

red 226 ◦ green 154 ◦ blue 141

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

Shades of Petite Orchid #E29A8D

Tints of Petite Orchid #E29A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.56%

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 43.38%
G = 29.56%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E29A8D (or 0xE29A8D) is known color: Petite Orchid. HEX triplet: E2, 9A and 8D. RGB value is (226,154,141). Sum of RGB (Red+Green+Blue) = 226+154+141=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29A8D is #1D6572. Grayscale: #AEAEAE. Windows color (decimal): -1926515 or 9280226. OLE color: 9280226.

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

Color convert

RGB 226 154 141 -
CMYK 0 0.32 0.38 0.11
HSL 9.18º 0.59% 0.72% -
HSV(B) 9.18º 0.38% 0.89% -
XYZ 47.73 41.2 30.64 -
YUV 174.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 226 154 141 0 0.32 0.38 0.11 9.18 0.59 0.72
Hex E2 9A 8D 0 20 26 B 9 3B 48
Octal 342 232 215 0 40 46 13 11 73 110
Binary 11100010 10011010 10001101 0 100000 100110 1011 1001 111011 1001000

Color Harmonies of #E29A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29A8D

Black with #E29A8D

Text Example


Text Example

White with #E29A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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