Html Css Color HEX #E29D93 Petite Orchid

📋 copy color: '#E29D93'

red 226 ◦ green 157 ◦ blue 147

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

Shades of Petite Orchid #E29D93

Tints of Petite Orchid #E29D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.62%

 BLUE value IS 147 (57.81% from 255) = 27.74%

R = 42.64%
G = 29.62%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E29D93 (or 0xE29D93) is known color: Petite Orchid. HEX triplet: E2, 9D and 93. RGB value is (226,157,147). Sum of RGB (Red+Green+Blue) = 226+157+147=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29D93 is #1D626C. Grayscale: #B0B0B0. Windows color (decimal): -1925741 or 9674210. OLE color: 9674210.

HSL color Cylindrical-coordinate representation of color #E29D93: hue angle of 7.59º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E29D93 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 157 147 -
CMYK 0 0.31 0.35 0.11
HSL 7.59º 0.58% 0.73% -
HSV(B) 7.59º 0.35% 0.89% -
XYZ 48.69 42.39 33.22 -
YUV 176.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 226 157 147 0 0.31 0.35 0.11 7.59 0.58 0.73
Hex E2 9D 93 0 1F 23 B 8 3A 49
Octal 342 235 223 0 37 43 13 10 72 111
Binary 11100010 10011101 10010011 0 11111 100011 1011 1000 111010 1001001

Color Harmonies of #E29D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29D93

Black with #E29D93

Text Example


Text Example

White with #E29D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29D93; }

 p { color: rgb(226,157,147); }

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

background-color css

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

 a { background-color: rgb(226,157,147); }

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

border-color css

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

 span { border-color: rgb(226,157,147); }

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