Html Css Color HEX #E1918D Petite Orchid

📋 copy color: '#E1918D'

red 225 ◦ green 145 ◦ blue 141

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

Shades of Petite Orchid #E1918D

Tints of Petite Orchid #E1918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.38%

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

R = 44.03%
G = 28.38%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1918D (or 0xE1918D) is known color: Petite Orchid. HEX triplet: E1, 91 and 8D. RGB value is (225,145,141). Sum of RGB (Red+Green+Blue) = 225+145+141=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1918D is #1E6E72. Grayscale: #A8A8A8. Windows color (decimal): -1994355 or 9277921. OLE color: 9277921.

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

Color convert

RGB 225 145 141 -
CMYK 0 0.36 0.37 0.12
HSL 2.86º 0.58% 0.72% -
HSV(B) 2.86º 0.37% 0.88% -
XYZ 45.98 38.18 30.15 -
YUV 168.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 225 145 141 0 0.36 0.37 0.12 2.86 0.58 0.72
Hex E1 91 8D 0 24 25 C 3 3A 48
Octal 341 221 215 0 44 45 14 3 72 110
Binary 11100001 10010001 10001101 0 100100 100101 1100 11 111010 1001000

Color Harmonies of #E1918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1918D

Black with #E1918D

Text Example


Text Example

White with #E1918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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