Html Css Color HEX #E29C99 Petite Orchid

📋 copy color: '#E29C99'

red 226 ◦ green 156 ◦ blue 153

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

Shades of Petite Orchid #E29C99

Tints of Petite Orchid #E29C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.16%

 BLUE value IS 153 (60.16% from 255) = 28.6%

R = 42.24%
G = 29.16%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E29C99 (or 0xE29C99) is known color: Petite Orchid. HEX triplet: E2, 9C and 99. RGB value is (226,156,153). Sum of RGB (Red+Green+Blue) = 226+156+153=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29C99 is #1D6366. Grayscale: #B0B0B0. Windows color (decimal): -1925991 or 10067170. OLE color: 10067170.

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

Color convert

RGB 226 156 153 -
CMYK 0 0.31 0.32 0.11
HSL 2.47º 0.56% 0.74% -
HSV(B) 2.47º 0.32% 0.89% -
XYZ 49 42.25 35.71 -
YUV 176.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 226 156 153 0 0.31 0.32 0.11 2.47 0.56 0.74
Hex E2 9C 99 0 1F 20 B 2 38 4A
Octal 342 234 231 0 37 40 13 2 70 112
Binary 11100010 10011100 10011001 0 11111 100000 1011 10 111000 1001010

Color Harmonies of #E29C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29C99

Black with #E29C99

Text Example


Text Example

White with #E29C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29C99; }

 p { color: rgb(226,156,153); }

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

background-color css

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

 a { background-color: rgb(226,156,153); }

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

border-color css

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

 span { border-color: rgb(226,156,153); }

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