Html Css Color HEX #E2988C Petite Orchid

📋 copy color: '#E2988C'

red 226 ◦ green 152 ◦ blue 140

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

Shades of Petite Orchid #E2988C

Tints of Petite Orchid #E2988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 43.63%
G = 29.34%
B = 27.03%

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

#E2988C (or 0xE2988C) is known color: Petite Orchid. HEX triplet: E2, 98 and 8C. RGB value is (226,152,140). Sum of RGB (Red+Green+Blue) = 226+152+140=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2988C is #1D6773. Grayscale: #ACACAC. Windows color (decimal): -1927028 or 9214178. OLE color: 9214178.

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

Color convert

RGB 226 152 140 -
CMYK 0 0.33 0.38 0.11
HSL 8.37º 0.6% 0.72% -
HSV(B) 8.37º 0.38% 0.89% -
XYZ 47.33 40.52 30.14 -
YUV 172.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 226 152 140 0 0.33 0.38 0.11 8.37 0.6 0.72
Hex E2 98 8C 0 21 26 B 8 3C 48
Octal 342 230 214 0 41 46 13 10 74 110
Binary 11100010 10011000 10001100 0 100001 100110 1011 1000 111100 1001000

Color Harmonies of #E2988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2988C

Black with #E2988C

Text Example


Text Example

White with #E2988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2988C; }

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

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

background-color css

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

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

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

border-color css

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

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

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