Html Css Color HEX #E2988B Petite Orchid

📋 copy color: '#E2988B'

red 226 ◦ green 152 ◦ blue 139

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

Shades of Petite Orchid #E2988B

Tints of Petite Orchid #E2988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.89%

R = 43.71%
G = 29.4%
B = 26.89%

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

#E2988B (or 0xE2988B) is known color: Petite Orchid. HEX triplet: E2, 98 and 8B. RGB value is (226,152,139). Sum of RGB (Red+Green+Blue) = 226+152+139=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2988B is #1D6774. Grayscale: #ACACAC. Windows color (decimal): -1927029 or 9148642. OLE color: 9148642.

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

Color convert

RGB 226 152 139 -
CMYK 0 0.33 0.38 0.11
HSL 8.97º 0.6% 0.72% -
HSV(B) 8.97º 0.38% 0.89% -
XYZ 47.25 40.49 29.75 -
YUV 172.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 226 152 139 0 0.33 0.38 0.11 8.97 0.6 0.72
Hex E2 98 8B 0 21 26 B 9 3C 48
Octal 342 230 213 0 41 46 13 11 74 110
Binary 11100010 10011000 10001011 0 100001 100110 1011 1001 111100 1001000

Color Harmonies of #E2988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2988B

Black with #E2988B

Text Example


Text Example

White with #E2988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2988B; }

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

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

background-color css

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

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

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

border-color css

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

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

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