Html Css Color HEX #E0918A Petite Orchid

📋 copy color: '#E0918A'

red 224 ◦ green 145 ◦ blue 138

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

Shades of Petite Orchid #E0918A

Tints of Petite Orchid #E0918A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.22%

R = 44.18%
G = 28.6%
B = 27.22%

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

#E0918A (or 0xE0918A) is known color: Petite Orchid. HEX triplet: E0, 91 and 8A. RGB value is (224,145,138). Sum of RGB (Red+Green+Blue) = 224+145+138=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0918A is #1F6E75. Grayscale: #A7A7A7. Windows color (decimal): -2059894 or 9081312. OLE color: 9081312.

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

Color convert

RGB 224 145 138 -
CMYK 0 0.35 0.38 0.12
HSL 4.88º 0.58% 0.71% -
HSV(B) 4.88º 0.38% 0.88% -
XYZ 45.45 37.93 28.97 -
YUV 167.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 224 145 138 0 0.35 0.38 0.12 4.88 0.58 0.71
Hex E0 91 8A 0 23 26 C 5 3A 47
Octal 340 221 212 0 43 46 14 5 72 107
Binary 11100000 10010001 10001010 0 100011 100110 1100 101 111010 1000111

Color Harmonies of #E0918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0918A

Black with #E0918A

Text Example


Text Example

White with #E0918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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