Html Css Color HEX #E0918D Petite Orchid

📋 copy color: '#E0918D'

red 224 ◦ green 145 ◦ blue 141

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

Shades of Petite Orchid #E0918D

Tints of Petite Orchid #E0918D

RGB

 RED value IS 224 (87.89% from 255) = 43.92%

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

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

R = 43.92%
G = 28.43%
B = 27.65%

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

#E0918D (or 0xE0918D) is known color: Petite Orchid. HEX triplet: E0, 91 and 8D. RGB value is (224,145,141). Sum of RGB (Red+Green+Blue) = 224+145+141=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E0918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0918D is #1F6E72. Grayscale: #A8A8A8. Windows color (decimal): -2059891 or 9277920. OLE color: 9277920.

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

Color convert

RGB 224 145 141 -
CMYK 0 0.35 0.37 0.12
HSL 2.89º 0.57% 0.72% -
HSV(B) 2.89º 0.37% 0.88% -
XYZ 45.67 38.02 30.13 -
YUV 168.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 224 145 141 0 0.35 0.37 0.12 2.89 0.57 0.72
Hex E0 91 8D 0 23 25 C 3 39 48
Octal 340 221 215 0 43 45 14 3 71 110
Binary 11100000 10010001 10001101 0 100011 100101 1100 11 111001 1001000

Color Harmonies of #E0918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0918D

Black with #E0918D

Text Example


Text Example

White with #E0918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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