Html Css Color HEX #E1928D Petite Orchid

📋 copy color: '#E1928D'

red 225 ◦ green 146 ◦ blue 141

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

Shades of Petite Orchid #E1928D

Tints of Petite Orchid #E1928D

RGB

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

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

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

R = 43.95%
G = 28.52%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1928D (or 0xE1928D) is known color: Petite Orchid. HEX triplet: E1, 92 and 8D. RGB value is (225,146,141). Sum of RGB (Red+Green+Blue) = 225+146+141=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1928D is #1E6D72. Grayscale: #A9A9A9. Windows color (decimal): -1994099 or 9278177. OLE color: 9278177.

HSL color Cylindrical-coordinate representation of color #E1928D: hue angle of 3.57º 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 #E1928D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 146 141 -
CMYK 0 0.35 0.37 0.12
HSL 3.57º 0.58% 0.72% -
HSV(B) 3.57º 0.37% 0.88% -
XYZ 46.14 38.49 30.2 -
YUV 169.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 225 146 141 0 0.35 0.37 0.12 3.57 0.58 0.72
Hex E1 92 8D 0 23 25 C 4 3A 48
Octal 341 222 215 0 43 45 14 4 72 110
Binary 11100001 10010010 10001101 0 100011 100101 1100 100 111010 1001000

Color Harmonies of #E1928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1928D

Black with #E1928D

Text Example


Text Example

White with #E1928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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