Html Css Color HEX #E0928F Petite Orchid

📋 copy color: '#E0928F'

red 224 ◦ green 146 ◦ blue 143

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

Shades of Petite Orchid #E0928F

Tints of Petite Orchid #E0928F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.88%

R = 43.66%
G = 28.46%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0928F (or 0xE0928F) is known color: Petite Orchid. HEX triplet: E0, 92 and 8F. RGB value is (224,146,143). Sum of RGB (Red+Green+Blue) = 224+146+143=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0928F is #1F6D70. Grayscale: #A9A9A9. Windows color (decimal): -2059633 or 9409248. OLE color: 9409248.

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

Color convert

RGB 224 146 143 -
CMYK 0 0.35 0.36 0.12
HSL 2.22º 0.57% 0.72% -
HSV(B) 2.22º 0.36% 0.88% -
XYZ 45.98 38.39 30.97 -
YUV 168.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 224 146 143 0 0.35 0.36 0.12 2.22 0.57 0.72
Hex E0 92 8F 0 23 24 C 2 39 48
Octal 340 222 217 0 43 44 14 2 71 110
Binary 11100000 10010010 10001111 0 100011 100100 1100 10 111001 1001000

Color Harmonies of #E0928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0928F

Black with #E0928F

Text Example


Text Example

White with #E0928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0928F; }

 p { color: rgb(224,146,143); }

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

background-color css

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

 a { background-color: rgb(224,146,143); }

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

border-color css

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

 span { border-color: rgb(224,146,143); }

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