Html Css Color HEX #E1908C Petite Orchid

📋 copy color: '#E1908C'

red 225 ◦ green 144 ◦ blue 140

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

Shades of Petite Orchid #E1908C

Tints of Petite Orchid #E1908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.29%

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

R = 44.2%
G = 28.29%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1908C (or 0xE1908C) is known color: Petite Orchid. HEX triplet: E1, 90 and 8C. RGB value is (225,144,140). Sum of RGB (Red+Green+Blue) = 225+144+140=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1908C is #1E6F73. Grayscale: #A7A7A7. Windows color (decimal): -1994612 or 9212129. OLE color: 9212129.

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

Color convert

RGB 225 144 140 -
CMYK 0 0.36 0.38 0.12
HSL 2.82º 0.59% 0.72% -
HSV(B) 2.82º 0.38% 0.88% -
XYZ 45.76 37.85 29.7 -
YUV 167.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 225 144 140 0 0.36 0.38 0.12 2.82 0.59 0.72
Hex E1 90 8C 0 24 26 C 3 3B 48
Octal 341 220 214 0 44 46 14 3 73 110
Binary 11100001 10010000 10001100 0 100100 100110 1100 11 111011 1001000

Color Harmonies of #E1908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1908C

Black with #E1908C

Text Example


Text Example

White with #E1908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1908C; }

 p { color: rgb(225,144,140); }

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

background-color css

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

 a { background-color: rgb(225,144,140); }

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

border-color css

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

 span { border-color: rgb(225,144,140); }

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