Html Css Color HEX #E1928B Petite Orchid

📋 copy color: '#E1928B'

red 225 ◦ green 146 ◦ blue 139

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

Shades of Petite Orchid #E1928B

Tints of Petite Orchid #E1928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.63%

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

R = 44.12%
G = 28.63%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1928B (or 0xE1928B) is known color: Petite Orchid. HEX triplet: E1, 92 and 8B. RGB value is (225,146,139). Sum of RGB (Red+Green+Blue) = 225+146+139=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1928B is #1E6D74. Grayscale: #A8A8A8. Windows color (decimal): -1994101 or 9147105. OLE color: 9147105.

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

Color convert

RGB 225 146 139 -
CMYK 0 0.35 0.38 0.12
HSL 4.88º 0.59% 0.71% -
HSV(B) 4.88º 0.38% 0.88% -
XYZ 45.99 38.43 29.42 -
YUV 168.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 225 146 139 0 0.35 0.38 0.12 4.88 0.59 0.71
Hex E1 92 8B 0 23 26 C 5 3B 47
Octal 341 222 213 0 43 46 14 5 73 107
Binary 11100001 10010010 10001011 0 100011 100110 1100 101 111011 1000111

Color Harmonies of #E1928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1928B

Black with #E1928B

Text Example


Text Example

White with #E1928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1928B; }

 p { color: rgb(225,146,139); }

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

background-color css

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

 a { background-color: rgb(225,146,139); }

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

border-color css

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

 span { border-color: rgb(225,146,139); }

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