Html Css Color HEX #E1988D Petite Orchid

📋 copy color: '#E1988D'

red 225 ◦ green 152 ◦ blue 141

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

Shades of Petite Orchid #E1988D

Tints of Petite Orchid #E1988D

RGB

 RED value IS 225 (88.28% from 255) = 43.44%

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

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

R = 43.44%
G = 29.34%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1988D (or 0xE1988D) is known color: Petite Orchid. HEX triplet: E1, 98 and 8D. RGB value is (225,152,141). Sum of RGB (Red+Green+Blue) = 225+152+141=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1988D is #1E6772. Grayscale: #ACACAC. Windows color (decimal): -1992563 or 9279713. OLE color: 9279713.

HSL color Cylindrical-coordinate representation of color #E1988D: hue angle of 7.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1988D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 152 141 -
CMYK 0 0.32 0.37 0.12
HSL 7.86º 0.58% 0.72% -
HSV(B) 7.86º 0.37% 0.88% -
XYZ 47.09 40.39 30.51 -
YUV 172.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 225 152 141 0 0.32 0.37 0.12 7.86 0.58 0.72
Hex E1 98 8D 0 20 25 C 8 3A 48
Octal 341 230 215 0 40 45 14 10 72 110
Binary 11100001 10011000 10001101 0 100000 100101 1100 1000 111010 1001000

Color Harmonies of #E1988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1988D

Black with #E1988D

Text Example


Text Example

White with #E1988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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