Html Css Color HEX #E0928E Petite Orchid

📋 copy color: '#E0928E'

red 224 ◦ green 146 ◦ blue 142

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

Shades of Petite Orchid #E0928E

Tints of Petite Orchid #E0928E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.73%

R = 43.75%
G = 28.52%
B = 27.73%

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

#E0928E (or 0xE0928E) is known color: Petite Orchid. HEX triplet: E0, 92 and 8E. RGB value is (224,146,142). Sum of RGB (Red+Green+Blue) = 224+146+142=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0928E is #1F6D71. Grayscale: #A8A8A8. Windows color (decimal): -2059634 or 9343712. OLE color: 9343712.

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

Color convert

RGB 224 146 142 -
CMYK 0 0.35 0.37 0.12
HSL 2.93º 0.57% 0.72% -
HSV(B) 2.93º 0.37% 0.88% -
XYZ 45.9 38.36 30.58 -
YUV 168.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 224 146 142 0 0.35 0.37 0.12 2.93 0.57 0.72
Hex E0 92 8E 0 23 25 C 3 39 48
Octal 340 222 216 0 43 45 14 3 71 110
Binary 11100000 10010010 10001110 0 100011 100101 1100 11 111001 1001000

Color Harmonies of #E0928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0928E

Black with #E0928E

Text Example


Text Example

White with #E0928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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