Html Css Color HEX #E2988D Petite Orchid

📋 copy color: '#E2988D'

red 226 ◦ green 152 ◦ blue 141

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

Shades of Petite Orchid #E2988D

Tints of Petite Orchid #E2988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.29%

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

R = 43.55%
G = 29.29%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2988D (or 0xE2988D) is known color: Petite Orchid. HEX triplet: E2, 98 and 8D. RGB value is (226,152,141). Sum of RGB (Red+Green+Blue) = 226+152+141=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2988D is #1D6772. Grayscale: #ACACAC. Windows color (decimal): -1927027 or 9279714. OLE color: 9279714.

HSL color Cylindrical-coordinate representation of color #E2988D: hue angle of 7.76º 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 #E2988D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 152 141 -
CMYK 0 0.33 0.38 0.11
HSL 7.76º 0.59% 0.72% -
HSV(B) 7.76º 0.38% 0.89% -
XYZ 47.4 40.55 30.53 -
YUV 172.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 226 152 141 0 0.33 0.38 0.11 7.76 0.59 0.72
Hex E2 98 8D 0 21 26 B 8 3B 48
Octal 342 230 215 0 41 46 13 10 73 110
Binary 11100010 10011000 10001101 0 100001 100110 1011 1000 111011 1001000

Color Harmonies of #E2988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2988D

Black with #E2988D

Text Example


Text Example

White with #E2988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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